mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
* A pointer in `PyInterpreterState_New()` could have been `NULL` when being dereferenced. * Memory was leaked in `PyInterpreterState_New()` when taking some error-handling code path.
Miscellaneous source files for the main Python shared library