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 skrah
Recipients cgohlke, larry, paul.moore, skrah, steve.dower, tim.golden, zach.ware
Date 2015-09-08.15:45:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441727142.44.0.403638477507.issue25027@psf.upfronthosting.co.za>
In-reply-to
Content
The reason I asked: We had issues where extension modules linked
against a different CRT had isolated locale settings from the
interpreter, i.e., changes made by the module would not be seen
by the interpreter.

I don't know if this is still an issue with the new runtimes.
History
Date User Action Args
2015-09-08 15:45:42skrahsetrecipients: + skrah, paul.moore, larry, tim.golden, cgohlke, zach.ware, steve.dower
2015-09-08 15:45:42skrahsetmessageid: <1441727142.44.0.403638477507.issue25027@psf.upfronthosting.co.za>
2015-09-08 15:45:42skrahlinkissue25027 messages
2015-09-08 15:45:42skrahcreate