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.

作者 lemburg
收信人 cstratak, lemburg, serhiy.storchaka, skrah, vstinner
日期 2018-01-15.13:18:27
SpamBayes Score -1.0
Marked as misclassified
Message-id <1516022307.96.0.467229070634.issue31900@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2018-01-15 13:18:27lemburg修改recipients: + lemburg, vstinner, skrah, serhiy.storchaka, cstratak
2018-01-15 13:18:27lemburg修改messageid: <1516022307.96.0.467229070634.issue31900@psf.upfronthosting.co.za>
2018-01-15 13:18:27lemburg链接issue31900 messages
2018-01-15 13:18:27lemburg创建