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 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:52vstinnersetrecipients: + vstinner, gregory.p.smith, ammar2
2017-10-09 15:54:52vstinnersetmessageid: <1507564492.13.0.213398074469.issue31178@psf.upfronthosting.co.za>
2017-10-09 15:54:52vstinnerlinkissue31178 messages
2017-10-09 15:54:52vstinnercreate