diff options
author | Victor Stinner <vstinner@python.org> | 2019-12-08 20:55:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-08 20:55:58 (GMT) |
commit | 080ee5a88406fb68aaab741145cd5d2a7c5f2ad6 (patch) | |
tree | fe03b0e8a3e8b5f7e758c2f6363ec0f989304aa3 /Lib | |
parent | 526606baf76e7a5309bb00f3bfaefa861a2014ba (diff) | |
download | cpython-080ee5a88406fb68aaab741145cd5d2a7c5f2ad6.zip cpython-080ee5a88406fb68aaab741145cd5d2a7c5f2ad6.tar.gz cpython-080ee5a88406fb68aaab741145cd5d2a7c5f2ad6.tar.bz2 |
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.
Diffstat (limited to 'Lib')
0 files changed, 0 insertions, 0 deletions