diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-03 14:58:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 14:58:44 (GMT) |
commit | 8d44f36a4ad856ceefb671724b48e48f65d81ee9 (patch) | |
tree | c9f2a3e27edc945316ee0f459bd599b59b091f6c /Misc/NEWS.d | |
parent | 22bbb0c4c7ba4cfddea3f4cec03f50be34479516 (diff) | |
download | cpython-8d44f36a4ad856ceefb671724b48e48f65d81ee9.zip cpython-8d44f36a4ad856ceefb671724b48e48f65d81ee9.tar.gz cpython-8d44f36a4ad856ceefb671724b48e48f65d81ee9.tar.bz2 |
gh-83004: Clean up refleak in _io initialisation (GH-98840)
(cherry picked from commit 1208037246eeab4c5c003f1651edfefb045e6fb7)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-02-05-52-36.gh-issue-83004.LBl79O.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-02-05-52-36.gh-issue-83004.LBl79O.rst b/Misc/NEWS.d/next/Library/2022-11-02-05-52-36.gh-issue-83004.LBl79O.rst new file mode 100644 index 0000000..4de17ab --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-02-05-52-36.gh-issue-83004.LBl79O.rst @@ -0,0 +1 @@ +Clean up refleak on failed module initialisation in :mod:`_io`. |