Message306659
| Author |
vstinner |
| Recipients |
Decorater, eric.snow, ncoghlan, serhiy.storchaka, vstinner |
| Date |
2017年11月21日.15:52:10 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1511279530.49.0.213398074469.issue32096@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|