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 drallensmith
Recipients berker.peksag, davin, drallensmith, pitrou
Date 2017-08-10.15:03:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502377433.63.0.223989819668.issue31169@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it looks like I was incorrect in where the AssertionError is coming from - the attached patches, while an improvement IMO on the current code, did not result in a change in behavior. Unfortunately, the combination of bare asserts (with no messages) with remote raising of errors makes it rather hard to debug - I will see if pdb will do it, but given that it's involving a subprocess I will be very impressed if it does. (Coverage.py frequently misses lines that are only executed in subprocesses, for instance.)
History
Date User Action Args
2017-08-10 15:03:53drallensmithsetrecipients: + drallensmith, pitrou, berker.peksag, davin
2017-08-10 15:03:53drallensmithsetmessageid: <1502377433.63.0.223989819668.issue31169@psf.upfronthosting.co.za>
2017-08-10 15:03:53drallensmithlinkissue31169 messages
2017-08-10 15:03:53drallensmithcreate