[issue9988] test_warnings fails with PYTHONFSENCODING=latin-1 on UNIX/BSD

Philip Jenvey report at bugs.python.org
Wed Sep 29 23:48:45 CEST 2010


Philip Jenvey <pjenvey at underboss.org> added the comment:

It sounds like you had PYTHONWARNINGS using the fs encoding before r84694, but reverted it due to bootstrapping issues.

Indeed, the fs encoding isn't initialized until later in Py_InitializeEx. Maybe the PYTHONWARNINGS code should be moved there instead?

----------

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


More information about the Python-bugs-list mailing list