[issue9727] Add callbacks to be invoked when locale changes

2014-06-17 Thread Martin v . Löwis
Martin v. Löwis added the comment: Closing as won't fix, then. -- resolution: -> wont fix status: open -> closed ___ Python tracker ___ __

[issue9727] Add callbacks to be invoked when locale changes

2014-06-17 Thread Nick Coghlan
Nick Coghlan added the comment: It ended up there were more serious problems with mixing runtimes on Windows (especially around file descriptors), so this likely wouldn't help much in practice. -- ___ Python tracker

[issue9727] Add callbacks to be invoked when locale changes

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Nick is this something you'd like to pick up on, and are there any other Windows gurus who should be added to the nosy list? -- nosy: +BreamoreBoy ___ Python tracker __

[issue9727] Add callbacks to be invoked when locale changes

2010-09-03 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +lemburg, loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue9727] Add callbacks to be invoked when locale changes

2010-08-31 Thread Nick Coghlan
New submission from Nick Coghlan : As part of the PEP 384 discussion, it was noted that one of the problems with mixed C runtimes on Windows is that each C runtime in the process has it's own idea of the current locale setting. This can be addressed to some degree by having extension modules q