SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 143 Python

Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules

Replace malloc() with PyMem_Malloc() when the GIL is held, or with
PyMem_RawMalloc() otherwise.
V
Victor Stinner committed
b64049183cee61edc112eefa3ca76916d03e9f02
Parent: 1a7425f