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 brett.cannon, gvanrossum, vstinner, yselivanov
Date 2015-03-31.13:36:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427809018.62.0.167589805051.issue23819@psf.upfronthosting.co.za>
In-reply-to
Content
-O disables assertions, and asyncio has a ton of assertions. Some tests maybe rely on them? I guess that they are real bugs (assert must be replaced with a regular if+raise) in the middle of the failures.
History
Date User Action Args
2015-03-31 13:36:58vstinnersetrecipients: + vstinner, gvanrossum, brett.cannon, yselivanov
2015-03-31 13:36:58vstinnersetmessageid: <1427809018.62.0.167589805051.issue23819@psf.upfronthosting.co.za>
2015-03-31 13:36:58vstinnerlinkissue23819 messages
2015-03-31 13:36:58vstinnercreate