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.00:21:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwY+M=uHXmiB=Ekx4s6pR6_ir5i9sJFP5zaTc5rcq3uREg@mail.gmail.com>
In-reply-to <CAP7+vJL+A9gkEdJN3bDbTmV5uDvS=mnOjYkmJ47ukHM0myp4HQ@mail.gmail.com>
Content
2014-12-17 0:53 GMT+01:00 Guido van Rossum <report@bugs.python.org>:
> Well, the PEP clearly states that get_event_loop() should never return None
> and raise an exception if the context has no environment. (Where context ~~
> thread.)

You don't reply to my question, or I misunderstood your anwer.
call_soon() is a method an event loop, there is no need to call
get_event_loop(). get_event_loop() is only called in debug mode to
help the developer to detect obvious bugs. I don't think that the
behaviour of the debug mode must be written in the PEP, it's more
implementation specific.
History
Date User Action Args
2014-12-17 00:21:17vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2014-12-17 00:21:17vstinnerlinkissue22926 messages
2014-12-17 00:21:17vstinnercreate