commit | 278c1e159c970da6cd6683d18c6211f5118674cc | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Mar 31 20:08:12 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Mar 31 20:08:12 2020 +0200 |
tree | be6eb27edca136282245e7ce374a23ba05f25cf7 | |
parent | 400e1dbcad93061f1f7ab4735202daaa5e731507 [diff] |
bpo-40094: Add test.support.wait_process() (GH-19254) Moreover, the following tests now check the child process exit code: * test_os.PtyTests * test_mailbox.test_lock_conflict() * test_tempfile.test_process_awareness() * test_uuid.testIssue8621() * multiprocessing resource tracker tests