◐ Shell
clean mode source ↗

bpo-46679: Don't ignore timeout argument in test.support.wait_process. by notarealdeveloper · Pull Request #31205 · python/cpython

The function wait_process in Lib/test/support/__init__.py ignores its timeout argument. This argument is useful, for example, in tests that need to determine whether a deadlock has been fixed (e.g., the test added in #30310).

https://bugs.python.org/issue46679