]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128953)
authorTian Gao <gaogaotiantian@hotmail.com>
Fri, 17 Jan 2025 19:19:37 +0000 (14:19 -0500)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2025 19:19:37 +0000 (14:19 -0500)
commitf45da82c11a0fcbc28c099af27e47806f530a97b
treeaba552a435f794a42fb7a209539e3eb36dcf53ba
parentdfd75dfeed60144978ed0e33978242b95276f056
[3.12] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128953)

* [3.12] gh-58956: Fix a frame refleak in bdb (GH-128190)
(cherry picked from commit 767c89ba7c5a70626df6e75eb56b546bf911b997)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/bdb.py
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2024-12-23-02-09-44.gh-issue-58956.4OdMdT.rst [new file with mode: 0644]