diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-06 14:44:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 14:44:28 (GMT) |
commit | 380b12e4358a55567f1a2055551684f73486e56a (patch) | |
tree | 40f9f814ad22bfccdd9ea6c9f9ce96e83403f5bb /Misc/NEWS.d | |
parent | 70006d6a5ff4492f02625ac995dba5f58940a0ea (diff) | |
download | cpython-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.rst | 1 |
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` |