bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737)
'data' argument of unicode_fill() is modified, so it must not be constant. Add more assertions to unicode_fill(): check the maximum character value.
V
Victor Stinner committed
163403a63e9272fcd14707e344122c2e3c5e0244
Parent: cfaafda
Committed by GitHub <noreply@github.com>
on 11/27/2018, 11:41:17 AM