Victor Stinner 080ee5a884
bpo-38858: Fix ref leak in pycore_interp_init() (GH-17512)
bpo-38858, bpo-38997: _PySys_Create() returns a strong reference to
the sys module: Py_DECREF() is needed when we are done with the
module.
2019-12-08 21:55:58 +01:00
..
2019-09-21 12:57:44 -07:00
2016-09-07 09:26:18 -07:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library