]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[tests] test_subprocess maybe avoid a timeout race condition? (#133420)
authorGregory P. Smith <greg@krypto.org>
Mon, 5 May 2025 04:02:16 +0000 (21:02 -0700)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 04:02:16 +0000 (21:02 -0700)
commitb64aa302d7bc09454ba8d5b19922ff6a4192dd96
treece8ceb6d0838b6fdeb45bff4f12fa57432e72b08
parent78adb63ee198c94c6ce2a1634aa7ea1d47c011ad
[tests] test_subprocess maybe avoid a timeout race condition? (#133420)

The few buildbot failures on https://github.com/python/cpython/pull/133103
are possibly just due to racing a child process launch and exit?
Lib/test/test_subprocess.py