mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Otherwise we leave a dangling pointer to free'd memory. If we then initialize a new interpreter in the same process and call PyImport_ExtendInittab, we will (likely) crash when calling PyMem_RawRealloc(inittab_copy, ...) since the pointer address is bogus. Automerge-Triggered-By: @brettcannon
Miscellaneous source files for the main Python shared library