[issue16129] No good way to set 'PYTHONIOENCODING' when embedding python.

Nick Coghlan report at bugs.python.org
Fri Oct 18 15:57:40 CEST 2013


Nick Coghlan added the comment:

Ah, that got it:

LC_ALL=C ./python -m test -W test_capi

=> boom :)

And, of course it's a StringIO object at that point...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16129>
_______________________________________


More information about the Python-bugs-list mailing list