]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105716: Fix Refleaks in test_interpreters (gh-112500)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 28 Nov 2023 19:42:49 +0000 (12:42 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2023 19:42:49 +0000 (19:42 +0000)
commit5b6858c22049b467c844620bf591c3b1bca629d6
treefabbae49146b5c980d7fa1823592f60f638abfcd
parent49494c472161976dec483eb09e1bad0378758d3f
[3.12] gh-105716: Fix Refleaks in test_interpreters (gh-112500)

gh-110707 (0122b4d) added some tests that didn't close file descriptors they created, leading to failures on the refleak buildbots.  This closes the leaking file descriptors, resolving the failure.
Lib/test/test_interpreters.py