diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-27 11:41:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 11:41:17 (GMT) |
commit | 163403a63e9272fcd14707e344122c2e3c5e0244 (patch) | |
tree | cf6696176f8b518731634aefc7d0f82630696cc1 /Doc/distutils | |
parent | cfaafda8e3e19764682abb4bd4c574accb784c42 (diff) | |
download | cpython-163403a63e9272fcd14707e344122c2e3c5e0244.zip cpython-163403a63e9272fcd14707e344122c2e3c5e0244.tar.gz cpython-163403a63e9272fcd14707e344122c2e3c5e0244.tar.bz2 |
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.
Diffstat (limited to 'Doc/distutils')
0 files changed, 0 insertions, 0 deletions