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 lemburg
Recipients cstratak, lemburg, serhiy.storchaka, skrah, vstinner
Date 2018-01-15.13:18:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516022307.96.0.467229070634.issue31900@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed. The major problem with all libc locale functions is that they are not thread safe. The GIL does help a bit protecting against corrupted data, though.
History
Date User Action Args
2018-01-15 13:18:27lemburgsetrecipients: + lemburg, vstinner, skrah, serhiy.storchaka, cstratak
2018-01-15 13:18:27lemburgsetmessageid: <1516022307.96.0.467229070634.issue31900@psf.upfronthosting.co.za>
2018-01-15 13:18:27lemburglinkissue31900 messages
2018-01-15 13:18:27lemburgcreate