blob: d2a770b9375fa0bcfcad88b4879df628cb80d372 (
plain)
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().
|