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 Evgeny.Tarasov, alexey-smirnov, chn, neologix, pitrou, r.david.murray, rosslagerwall, socketpair, vstinner
Date 2011-07-26.22:05:41
SpamBayes Score 0.0023537152
Marked as misclassified No
Message-id <1311717942.07.0.567239428853.issue12607@psf.upfronthosting.co.za>
In-reply-to
Content
i12607_v2.patch: the test fails if Python is compiled with pydebug. Add "err = support.strip_python_stderr(err)" before self.assertEqual(err, b"err") in test_subprocess.py to fix the failure.
History
Date User Action Args
2011-07-26 22:05:42vstinnersetrecipients: + vstinner, pitrou, r.david.murray, neologix, rosslagerwall, socketpair, alexey-smirnov, Evgeny.Tarasov, chn
2011-07-26 22:05:42vstinnersetmessageid: <1311717942.07.0.567239428853.issue12607@psf.upfronthosting.co.za>
2011-07-26 22:05:41vstinnerlinkissue12607 messages
2011-07-26 22:05:41vstinnercreate