commit | 163403a63e9272fcd14707e344122c2e3c5e0244 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Nov 27 12:41:17 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 27 12:41:17 2018 +0100 |
tree | cf6696176f8b518731634aefc7d0f82630696cc1 | |
parent | cfaafda8e3e19764682abb4bd4c574accb784c42 [diff] |
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.