]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] [tests] test_subprocess maybe avoid a timeout race condition? (GH-133420)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 May 2025 04:25:41 +0000 (06:25 +0200)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 04:25:41 +0000 (04:25 +0000)
commite89ca3991c740a188006f82ff6ac38627cd5ef22
tree3b32baad64b92a28bdd3ab8b484435f8417b46c9
parent3d1b8e2a9671c9a9b152204856c8f086506c3c05
[3.13] [tests] test_subprocess maybe avoid a timeout race condition? (GH-133420) (#133421)

[tests] test_subprocess maybe avoid a timeout race condition? (GH-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?
(cherry picked from commit b64aa302d7bc09454ba8d5b19922ff6a4192dd96)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_subprocess.py