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 vstinner
Recipients gregory.p.smith, vstinner
Date 2018-11-30.23:07:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
While fixing bpo-33015, I discovered that PyMem_Malloc() isn't thread-safe when Python is compiled in debug mode:
https://bugs.python.org/issue33015#msg330806

I wrote PR 10828 to make PyMem_Malloc() thread-safe when Python is compiled in debug mode.
History
Date User Action Args
2018-11-30 23:07:48vstinnersetrecipients: + vstinner, gregory.p.smith
2018-11-30 23:07:48vstinnersetmessageid: <[email protected]>
2018-11-30 23:07:48vstinnerlinkissue35368 messages
2018-11-30 23:07:48vstinnercreate