mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -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()