2017-11-24-01-13-58.bpo-32096.CQTHXJ.rst 260 Bytes
Newer Older
1 2 3 4
Revert memory allocator changes in the C API: move structures back from
_PyRuntime to Objects/obmalloc.c. The memory allocators are once again initialized
statically, and so PyMem_RawMalloc() and Py_DecodeLocale() can be
called before _PyRuntime_Initialize().