Nick Coghlan added the comment:

Based on the latest round of PEP 538 review, the related test case that 
currently relies on _testembed is going to be able to be simplified to just 
setting LC_ALL=C when calling the subprocess (the amount of code it's letting 
me delete from the draft patch is further persuading me that changing the env 
var updates from "LC_ALL & LANG" to "LC_CTYPE & LANG" is the right call).

That means that change will also eliminate the dependence on this test suite 
enhancement for backports.

----------

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

Reply via email to