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 terry.reedy
Recipients Alex.Willmer, terry.reedy, vstinner, xdegaye
Date 2016-05-06.22:14:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The 8 failures are all because exitcode is 0 when it should not be.

    self.assertNotEqual(exitcode, 0)
AssertionError: 0 == 0
History
Date User Action Args
2016-05-06 22:14:13terry.reedysetrecipients: + terry.reedy, vstinner, xdegaye, Alex.Willmer
2016-05-06 22:14:13terry.reedysetmessageid: <[email protected]>
2016-05-06 22:14:13terry.reedylinkissue26934 messages
2016-05-06 22:14:13terry.reedycreate