[New-bugs-announce] [issue46679] test.support.wait_process ignores timeout argument

Jason Wilkes report at bugs.python.org
Mon Feb 7 16:22:25 EST 2022


New submission from Jason Wilkes <notarealdeveloper at gmail.com>:

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., in PR-30310). Will submit a pull request to fix this.

----------
components: Tests
messages: 412793
nosy: notarealdeveloper
priority: normal
severity: normal
status: open
title: test.support.wait_process ignores timeout argument
type: behavior
versions: Python 3.10, Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46679>
_______________________________________


More information about the New-bugs-announce mailing list