Files
cpython/Objects
Victor Stinner 1a7425f67a Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
* 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()
2013-07-07 16:25:15 +02:00
..
2012-11-03 23:08:27 +01:00
2013-05-17 03:24:54 -07:00
2013-02-19 13:44:49 +01:00
2013-07-07 02:05:46 +02:00
2012-09-29 13:47:39 -04:00