bpo-33954: Fix compiler warning in _PyUnicode_FastFill() by vstinner · Pull Request #10737 · python/cpython

Conversation

@vstinner

'data' argument of unicode_fill() is modified, so it must not be
const.

Add more assertions to unicode_fill(): check the maximum character
value.

https://bugs.python.org/issue33954

'data' argument of unicode_fill() is modified, so it must not be
const.

Add more assertions to unicode_fill(): check the maximum character
value.

Labels