Message303980
| Author | vstinner |
|---|---|
| Recipients | ammar2, gregory.p.smith, vstinner |
| Date | 2017-10-09.15:54:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1507564492.13.0.213398074469.issue31178@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
commit fae0512e58619231a566bf77aa21148440b0ec8d Author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu Oct 5 07:10:59 2017 -0700 [3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897) Fix test_exception_errpipe_bad_data() and test_exception_errpipe_normal() of test_subprocess: mock os.waitpid() to avoid calling the real os.waitpid(0, 0) which is an unexpected side effect of the test. (cherry picked from commit 11045c9d8a21dd9bd182a3939189db02815f9783) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-10-09 15:54:52 | vstinner | set | recipients: + vstinner, gregory.p.smith, ammar2 |
| 2017-10-09 15:54:52 | vstinner | set | messageid: <1507564492.13.0.213398074469.issue31178@psf.upfronthosting.co.za> |
| 2017-10-09 15:54:52 | vstinner | link | issue31178 messages |
| 2017-10-09 15:54:52 | vstinner | create | |