]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117174: Fix reference leak and gdb tests (GH-131095) (#131120)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 11 Mar 2025 23:43:07 +0000 (23:43 +0000)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 23:43:07 +0000 (23:43 +0000)
commit0980e2e370ae4c5ec470b6137cf3c27cc2245684
treebee67132596ae45f54cf3d54cea8052e166226d2
parent9e0fce413a908ce679b30e26ec1c7dfcc38c32d9
[3.13] gh-117174: Fix reference leak and gdb tests (GH-131095) (#131120)

(cherry picked from commit ebc24d54bcf554403e9bf4b590d5c1f49e648e0d)
Lib/linecache.py
Lib/test/libregrtest/refleak.py
Lib/test/test_gdb/gdb_sample.py
Lib/test/test_gdb/test_backtrace.py
Lib/test/test_gdb/test_misc.py
Lib/test/test_gdb/test_pretty_print.py
Lib/test/test_gdb/util.py
Lib/test/test_repl.py