Staging
v0.5.1
https://github.com/python/cpython
Revision 080ee5a88406fb68aaab741145cd5d2a7c5f2ad6 authored by Victor Stinner on 08 December 2019, 20:55:58 UTC, committed by GitHub on 08 December 2019, 20:55:58 UTC
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.
1 parent 526606b
History
Tip revision: 080ee5a88406fb68aaab741145cd5d2a7c5f2ad6 authored by Victor Stinner on 08 December 2019, 20:55:58 UTC
bpo-38858: Fix ref leak in pycore_interp_init() (GH-17512)
Tip revision: 080ee5a
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top