Files
cpython/Python
Victor Stinner e7e699e4df bpo-38858: Fix reference leak in pycore_init_types() (GH-17286)
Only call _PyGC_Init(), _PyExc_Init() and _PyErr_Init() in
new_interpreter().
2019-11-20 12:08:13 +01:00
..

Miscellaneous source files for the main Python shared library