diff options
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | 2022-11-06 14:05:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 14:05:13 (GMT) |
commit | d3b82b4463c4eb51954c0afd98342f0c5e479baa (patch) | |
tree | cc91192e0437782ef3f33d2f89c3002a38354c1b /Misc | |
parent | 31f2f6568d89564cc1d686cd6b75ba5578aaa748 (diff) | |
download | cpython-d3b82b4463c4eb51954c0afd98342f0c5e479baa.zip cpython-d3b82b4463c4eb51954c0afd98342f0c5e479baa.tar.gz cpython-d3b82b4463c4eb51954c0afd98342f0c5e479baa.tar.bz2 |
gh-83004: Clean up refleak in _pickle initialisation (#98841)
Diffstat (limited to 'Misc')
-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` |