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 xiang.zhang
Recipients vstinner, xiang.zhang
Date 2017-09-14.17:36:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505410594.97.0.693915173163.issue31473@psf.upfronthosting.co.za>
In-reply-to
Content
PyMem_Raw* APIs should be thread safe. But in debug mode, they are not that simple and increment a global variable *serialno* and the incrementing action is not thread safe.
History
Date User Action Args
2017-09-14 17:36:34xiang.zhangsetrecipients: + xiang.zhang, vstinner
2017-09-14 17:36:34xiang.zhangsetmessageid: <1505410594.97.0.693915173163.issue31473@psf.upfronthosting.co.za>
2017-09-14 17:36:34xiang.zhanglinkissue31473 messages
2017-09-14 17:36:34xiang.zhangcreate