mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
080ee5a884
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.
Miscellaneous source files for the main Python shared library