mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
64224a4727
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