This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients koobs, lukasz.langa, matrixise, ncoghlan, pablogsal, vstinner, xtreak
Date 2018-08-23.10:06:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535018795.12.0.56676864532.issue34207@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-08-23 10:06:35vstinnersetrecipients: + vstinner, ncoghlan, lukasz.langa, koobs, matrixise, pablogsal, xtreak
2018-08-23 10:06:35vstinnersetmessageid: <1535018795.12.0.56676864532.issue34207@psf.upfronthosting.co.za>
2018-08-23 10:06:35vstinnerlinkissue34207 messages
2018-08-23 10:06:35vstinnercreate