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 gvanrossum, vstinner, yselivanov
Date 2014-12-17.22:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418856552.4.0.422863873532.issue23074@psf.upfronthosting.co.za>
In-reply-to
Content
Spinoff of the issue #22926: asyncio.get_event_loop() must always raise an exception, even when assertions are disabled by -O.

Attached patch implements this suggestion.
History
Date User Action Args
2014-12-17 22:49:12vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2014-12-17 22:49:12vstinnersetmessageid: <1418856552.4.0.422863873532.issue23074@psf.upfronthosting.co.za>
2014-12-17 22:49:12vstinnerlinkissue23074 messages
2014-12-17 22:49:12vstinnercreate