]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141536: Fix a crash when running test_capi *after* test_code in the same...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Jan 2026 06:54:04 +0000 (07:54 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 06:54:04 +0000 (12:24 +0530)
commitbf3ed370de0cf0f070871b48d9f0f7652acc1fc3
treeb1a0de83269fefdee408ecda04b4fedd1cf9cc08
parentefa52eda6199ac0e332390fd8a45969e440f3ed7
[3.14] gh-141536: Fix a crash when running test_capi *after* test_code in the same process (GH-141537) (#143522)

gh-141536: Fix a crash when running test_capi *after* test_code in the same process (GH-141537)
(cherry picked from commit b2827de18fe88152dc38c1aa76c39b69ef59cb6f)

Co-authored-by: T. Wouters <thomas@python.org>
Lib/test/test_code.py