[New-bugs-announce] [issue35368] [2.7] Make PyMem_Malloc() thread-safe in debug mode

STINNER Victor report at bugs.python.org
Fri Nov 30 18:07:48 EST 2018


New submission from STINNER Victor <vstinner at redhat.com>:

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.

----------
components: Interpreter Core
messages: 330833
nosy: gregory.p.smith, vstinner
priority: normal
severity: normal
status: open
title: [2.7] Make PyMem_Malloc() thread-safe in debug mode
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35368>
_______________________________________


More information about the New-bugs-announce mailing list