Message195946
$ PYTHONIOENCODING= ./python
Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding:
Aborted (core dumped)
As a consequence we can't set only the error handler.
$ PYTHONIOENCODING=:surrogateescape ./python
Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding:
Aborted (core dumped)
Here is a patch which allows accepting empty encoding as default encoding. |
|
Date |
User |
Action |
Args |
2013-08-23 06:45:48 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, ncoghlan, vstinner |
2013-08-23 06:45:48 | serhiy.storchaka | set | messageid: <1377240348.58.0.0824436318174.issue18818@psf.upfronthosting.co.za> |
2013-08-23 06:45:48 | serhiy.storchaka | link | issue18818 messages |
2013-08-23 06:45:48 | serhiy.storchaka | create | |
|