commit | 080ee5a88406fb68aaab741145cd5d2a7c5f2ad6 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Sun Dec 08 21:55:58 2019 +0100 |
committer | GitHub <noreply@github.com> | Sun Dec 08 21:55:58 2019 +0100 |
tree | fe03b0e8a3e8b5f7e758c2f6363ec0f989304aa3 | |
parent | 526606baf76e7a5309bb00f3bfaefa861a2014ba [diff] |
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.