SIGN IN SIGN UP

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