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 ned.deily
Recipients barry-scott, ned.deily, r.david.murray, ronaldoussoren
Date 2015-03-28.19:57:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427572631.6.0.921148484636.issue23797@psf.upfronthosting.co.za>
In-reply-to
Content
The behavior noted in Issue18378 isn't an Apple bug; it's a GNU vs BSD difference.  Can you avoid the problem by calling locale.getlocale() in the main program before creating any threads?
History
Date User Action Args
2015-03-28 19:57:11ned.deilysetrecipients: + ned.deily, barry-scott, ronaldoussoren, r.david.murray
2015-03-28 19:57:11ned.deilysetmessageid: <1427572631.6.0.921148484636.issue23797@psf.upfronthosting.co.za>
2015-03-28 19:57:11ned.deilylinkissue23797 messages
2015-03-28 19:57:11ned.deilycreate