Message 412793 - Python tracker
Message412793
| 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:25 | notarealdeveloper | set | recipients: + notarealdeveloper |
| 2022-02-07 21:22:25 | notarealdeveloper | set | messageid: <1644268945.76.0.936309177383.issue46679@roundup.psfhosted.org> |
| 2022-02-07 21:22:25 | notarealdeveloper | link | issue46679 messages |
| 2022-02-07 21:22:25 | notarealdeveloper | create | |