Revert memory allocator changes in the C API: move structures back from_PyRuntime to Objects/obmalloc.c. The memory allocators are once again initializedstatically, and so PyMem_RawMalloc() and Py_DecodeLocale() can becalled before _PyRuntime_Initialize().