Files
cpython/Python
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
..
2013-03-18 10:59:41 -07:00
2013-05-16 22:17:17 +02:00
2013-03-16 15:38:28 -07:00
2013-03-20 00:39:41 -05:00
2013-07-06 18:04:41 -04:00
2013-01-19 14:58:38 -05:00
2013-05-16 19:38:22 -05:00