summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>2022-11-06 14:04:36 (GMT)
committerGitHub <noreply@github.com>2022-11-06 14:04:36 (GMT)
commit31f2f6568d89564cc1d686cd6b75ba5578aaa748 (patch)
tree41af12932c419a0ecb1347558f86ec298cb46683 /Misc/NEWS.d
parent99e2e60cb25bfcf77ba1386d331cfa85864e6a65 (diff)
downloadcpython-31f2f6568d89564cc1d686cd6b75ba5578aaa748.zip
cpython-31f2f6568d89564cc1d686cd6b75ba5578aaa748.tar.gz
cpython-31f2f6568d89564cc1d686cd6b75ba5578aaa748.tar.bz2
gh-83004: Clean up refleak in _zoneinfo initialisation (#98842)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-11-02-05-54-02.gh-issue-83004.0v8iyw.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-02-05-54-02.gh-issue-83004.0v8iyw.rst b/Misc/NEWS.d/next/Library/2022-11-02-05-54-02.gh-issue-83004.0v8iyw.rst
new file mode 100644
index 0000000..bd54d3e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-11-02-05-54-02.gh-issue-83004.0v8iyw.rst
@@ -0,0 +1 @@
+Clean up refleak on failed module initialisation in :mod:`_zoneinfo`