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 <[email protected]>
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: <[email protected]>
2017-09-14 17:36:34xiang.zhanglinkissue31473 messages
2017-09-14 17:36:34xiang.zhangcreate