mirror of
https://github.com/python/cpython.git
synced 2026-07-14 22:09:48 -04:00
1a7425f67a
* Replace malloc() with PyMem_RawMalloc() * Replace PyMem_Malloc() with PyMem_RawMalloc() where the GIL is not held. * _Py_char2wchar() now returns a buffer allocated by PyMem_RawMalloc(), instead of PyMem_Malloc()