bpo-33954: Fix compiler warning in _PyUnicode_FastFill() by vstinner · Pull Request #10737 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
Member
'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.
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting merge
label
vstinner
merged commit
163403a
into
python:master
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
fix_fill_warning
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment