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 loewis
Recipients ezio.melotti, georg.brandl, loewis, ned.deily, pitrou, r.david.murray
Date 2009-06-09.07:10:24
SpamBayes Score 8.423285e-08
Marked as misclassified No
Message-id <1244531426.66.0.277670424368.issue6203@psf.upfronthosting.co.za>
In-reply-to
Content
To add a little bit more analysis: posix.device_encoding requires that
the LC_CTYPE is set. Setting it just in this function would not be
possible, as setlocale is not thread-safe.

So for 3.1, it seems that Python must set LC_CTYPE. If somebody can
propose a patch that avoids that for 3.2, I'd be certainly in favor.
History
Date User Action Args
2009-06-09 07:10:26loewissetrecipients: + loewis, georg.brandl, pitrou, ned.deily, ezio.melotti, r.david.murray
2009-06-09 07:10:26loewissetmessageid: <1244531426.66.0.277670424368.issue6203@psf.upfronthosting.co.za>
2009-06-09 07:10:25loewislinkissue6203 messages
2009-06-09 07:10:25loewiscreate