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.

Author notarealdeveloper
Recipients notarealdeveloper
Date 2022-02-07.21:22:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644268945.76.0.936309177383.issue46679@roundup.psfhosted.org>
In-reply-to
Content
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-02-07 21:22:25notarealdevelopersetrecipients: + notarealdeveloper
2022-02-07 21:22:25notarealdevelopersetmessageid: <1644268945.76.0.936309177383.issue46679@roundup.psfhosted.org>
2022-02-07 21:22:25notarealdeveloperlinkissue46679 messages
2022-02-07 21:22:25notarealdevelopercreate