STINNER Victor <victor.stin...@gmail.com> added the comment:

Nick: "Should we deprecate our implied support for calling Py_DecodeLocale() 
before calling Py_Initialize()?"

Please don't do that. Py_DecodeLocale() is the best available function to 
decode paths and environment variables to initialize Python. The implementation 
of Py_DecodeLocale() is very complex, but we need this complexity to decode 
"correctly" OS data.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32096>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to