mirror of
https://github.com/python/cpython.git
synced 2026-08-14 19:40:48 +08: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