Staging
v0.5.1
https://github.com/python/cpython
Revision e47e698da6bd982da277960c14afa9d9939e3155 authored by Victor Stinner on 21 December 2017, 14:45:16 UTC, committed by GitHub on 21 December 2017, 14:45:16 UTC
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.
1 parent fbd6051
History
Tip revision: e47e698da6bd982da277960c14afa9d9939e3155 authored by Victor Stinner on 21 December 2017, 14:45:16 UTC
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
Tip revision: e47e698
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.5 KB
_testembed.c -rw-r--r-- 7.1 KB
python.c -rw-r--r-- 266 bytes

README

back to top