STINNER Victor <vstin...@redhat.com> added the comment:

I confirm that "LC_ALL= LANG= LC_CTYPE= ./python -m test -v test_cmd_line -m 
test_non_ascii" fails on FreeBSD on the master branch, whereas it pass  before 
commit d19d8d5279f156bc8f6736b5f16f069879b9519b. This commit introduced the 
regression.

Thanks for the bisection Nick!

My change avoids modifying global configurable variables, whereas 
Py_DecodeLocale() and Py_EncodeLocale() depend on Py_UTF8Mode.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34207>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to