summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-06 14:38:26 (GMT)
committerGitHub <noreply@github.com>2022-11-06 14:38:26 (GMT)
commit70006d6a5ff4492f02625ac995dba5f58940a0ea (patch)
tree01ad3b76e7bb16c0562b0045a722244b6856c607 /Misc/NEWS.d
parent92cc215518669aefb711e46977c8843a3a6dc751 (diff)
downloadcpython-70006d6a5ff4492f02625ac995dba5f58940a0ea.zip
cpython-70006d6a5ff4492f02625ac995dba5f58940a0ea.tar.gz
cpython-70006d6a5ff4492f02625ac995dba5f58940a0ea.tar.bz2
gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)
(cherry picked from commit 31f2f6568d89564cc1d686cd6b75ba5578aaa748) 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-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`