◐ Shell
clean mode source ↗

Issue 46679: test.support.wait_process ignores timeout argument

Issue46679

Created on 2022-02-07 21:22 by notarealdeveloper, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 31205 open notarealdeveloper, 2022-02-07 21:30
PR 31274 sobolevn, 2022-02-14 16:54
Messages (1)
msg412793 - (view) Author: Jason Wilkes (notarealdeveloper) * Date: 2022-02-07 21:22
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.
History
Date User Action Args
2022-04-11 14:59:55adminsetgithub: 90837
2022-02-14 16:54:52sobolevnsetnosy: + sobolevn
pull_requests: + pull_request29486
2022-02-07 21:30:24notarealdevelopersetkeywords: + patch
stage: patch review
pull_requests: + pull_request29375
2022-02-07 21:22:25notarealdevelopercreate