Message306659
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. |
|
| Date |
User |
Action |
Args |
| 2017-11-21 15:52:10 | vstinner | set | recipients:
+ vstinner, ncoghlan, eric.snow, serhiy.storchaka, Decorater |
| 2017-11-21 15:52:10 | vstinner | set | messageid: <[email protected]> |
| 2017-11-21 15:52:10 | vstinner | link | issue32096 messages |
| 2017-11-21 15:52:10 | vstinner | create | |
|