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 paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2018-06-20.10:22:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529490130.73.0.56676864532.issue25094@psf.upfronthosting.co.za>
In-reply-to
Content
> I had no failures on 3.4.3.

How do you run the test suite? The test fails when you pass option like -j0: python -m test -j0 test_tools.

IMHO the fix is trivial: monkey-patch sys.argv using support.swap_attr(sys, 'argv', ...). (I didn't try the fix).
History
Date User Action Args
2018-06-20 10:22:10vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2018-06-20 10:22:10vstinnersetmessageid: <1529490130.73.0.56676864532.issue25094@psf.upfronthosting.co.za>
2018-06-20 10:22:10vstinnerlinkissue25094 messages
2018-06-20 10:22:10vstinnercreate