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:44:28 (GMT)
committerGitHub <noreply@github.com>2022-11-06 14:44:28 (GMT)
commit380b12e4358a55567f1a2055551684f73486e56a (patch)
tree40f9f814ad22bfccdd9ea6c9f9ce96e83403f5bb /Misc/NEWS.d
parent70006d6a5ff4492f02625ac995dba5f58940a0ea (diff)
downloadcpython-380b12e4358a55567f1a2055551684f73486e56a.zip
cpython-380b12e4358a55567f1a2055551684f73486e56a.tar.gz
cpython-380b12e4358a55567f1a2055551684f73486e56a.tar.bz2
gh-83004: Clean up refleak in _pickle initialisation (GH-98841)
(cherry picked from commit d3b82b4463c4eb51954c0afd98342f0c5e479baa) 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-53-25.gh-issue-83004.qc_KHr.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-02-05-53-25.gh-issue-83004.qc_KHr.rst b/Misc/NEWS.d/next/Library/2022-11-02-05-53-25.gh-issue-83004.qc_KHr.rst
new file mode 100644
index 0000000..de00063
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-11-02-05-53-25.gh-issue-83004.qc_KHr.rst
@@ -0,0 +1 @@
+Clean up refleaks on failed module initialisation in in :mod:`_pickle`