]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152132: Close stderr_copy in test_api.test_run (#153591)
authorVictor Stinner <vstinner@python.org>
Sat, 11 Jul 2026 21:55:02 +0000 (23:55 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 21:55:02 +0000 (21:55 +0000)
commit0023d5b23df09f18425fea9b9c54a37ba050d5cf
tree216d8cef0b3c07b1195cb4a85b9efc20bfe95439
parentbbd1f2f9e0354f91c5d3c4eb3eb53657265dcc77
gh-152132: Close stderr_copy in test_api.test_run (#153591)

Previously, the test was leaking a file descriptor.
Lib/test/test_capi/test_run.py