bpo-33954: Fix compiler warning in _PyUnicode_FastFill() by vstinner · Pull Request #10737 · python/cpython
Conversation
'data' argument of unicode_fill() is modified, so it must not be
const.
Add more assertions to unicode_fill(): check the maximum character
value.
'data' argument of unicode_fill() is modified, so it must not be const. Add more assertions to unicode_fill(): check the maximum character value.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters