mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
95d630e221
* 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