summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-03 14:58:44 (GMT)
committerGitHub <noreply@github.com>2022-11-03 14:58:44 (GMT)
commit8d44f36a4ad856ceefb671724b48e48f65d81ee9 (patch)
treec9f2a3e27edc945316ee0f459bd599b59b091f6c /Misc/NEWS.d
parent22bbb0c4c7ba4cfddea3f4cec03f50be34479516 (diff)
downloadcpython-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.rst1
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`.