SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 62 Python

bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)

Replace Py_EncodeLocale() with _Py_EncodeLocaleRaw() in:

* _Py_wfopen()
* _Py_wreadlink()
* _Py_wrealpath()
* _Py_wstat()
* pymain_open_filename()

These functions are called early during Python intialization, only
the RAW memory allocator must be used.
V
Victor Stinner committed
9dd762013fd9fcf975ad51700b55d050ca9ed60e
Parent: 4a02543
Committed by GitHub <noreply@github.com> on 12/21/2017, 3:20:32 PM