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
..
2019-09-21 12:57:44 -07:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library