bpo-32030: Add _Py_EncodeUTF8_surrogateescape() by vstinner · Pull Request #4960 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Merged
Conversation
Member
Py_EncodeLocale() now uses _Py_EncodeUTF8_surrogateescape(), instead
of using temporary unicode and bytes objects. So Py_EncodeLocale()
doesn't use the Python C API anymore.
Py_EncodeLocale() now uses _Py_EncodeUTF8_surrogateescape(), instead of using temporary unicode and bytes objects. So Py_EncodeLocale() doesn't use the Python C API anymore.
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
e47e698
into
python:master
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
encode_utf8
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment