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 steve.dower
Recipients larry, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-07-05.06:11:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436076684.31.0.831849207162.issue24181@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see any crash in that log, though the importlib tests appeared to time out.

Assert messages appear on the buildbots because they use debug builds and we don't suppress them completely. Provided the tests keep running without failure, it's fine.

To avoid the dialog when testing a debug build, you need to pass -n to test.
History
Date User Action Args
2015-07-05 06:11:24steve.dowersetrecipients: + steve.dower, terry.reedy, larry, tim.golden, zach.ware
2015-07-05 06:11:24steve.dowersetmessageid: <1436076684.31.0.831849207162.issue24181@psf.upfronthosting.co.za>
2015-07-05 06:11:24steve.dowerlinkissue24181 messages
2015-07-05 06:11:23steve.dowercreate