diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-06 14:41:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 14:41:24 (GMT) |
commit | 57077928ec93cc6e56d58564fee2176a7ac2ebaf (patch) | |
tree | c06a37ee1d6aa10c9693fdeff19fbbf9c31543bb /Misc | |
parent | 4b1e45e78b3f8bc9be7497311cfa36e762f43226 (diff) | |
download | cpython-57077928ec93cc6e56d58564fee2176a7ac2ebaf.zip cpython-57077928ec93cc6e56d58564fee2176a7ac2ebaf.tar.gz cpython-57077928ec93cc6e56d58564fee2176a7ac2ebaf.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')
-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` |