homepage

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年11月23日.16:38:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416760694.74.0.749180510867.issue22926@psf.upfronthosting.co.za>
In-reply-to
Content
The call_soon(), call_later() and call_at() methods of asyncio event loops should raise an exception in debug code when they are not called from the right thread.
Currently, BaseEventLoop._assert_is_current_event_loop() does nothing if the event loop policy has no event loop for the current thread, when get_event_loop() raises an AssertionError.
History
Date User Action Args
2014年11月23日 16:38:14vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2014年11月23日 16:38:14vstinnersetmessageid: <1416760694.74.0.749180510867.issue22926@psf.upfronthosting.co.za>
2014年11月23日 16:38:14vstinnerlinkissue22926 messages
2014年11月23日 16:38:14vstinnercreate

AltStyle によって変換されたページ (->オリジナル) /