]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117649: Fix file descriptor leak in (expected) failing test case (#117780)
authorSam Gross <colesbury@gmail.com>
Thu, 11 Apr 2024 21:35:46 +0000 (17:35 -0400)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2024 21:35:46 +0000 (21:35 +0000)
commit1b10efad66e9a0b72aae82de23074eafa49ec4db
tree7d0facdaf2078acdfd84671f6c5731bb1aab881a
parent25f6ff5d3e92305659db62e7f7545f823f0dbd05
gh-117649: Fix file descriptor leak in (expected) failing test case (#117780)

The test case is currently expected to fail in the free-threaded build.
However, it fails before it gets a chance to close the write end of
the pipe.
Lib/test/test_capi/test_misc.py