This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test.support.wait_process ignores timeout argument
Type: behavior Stage: patch review
Components: Tests Versions: Python 3.11, Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: notarealdeveloper, sobolevn
Priority: normal Keywords: patch

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