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 yselivanov
Recipients Ilya.Kulakov, gvanrossum, r.david.murray, vstinner, yselivanov
Date 2016-05-10.20:59:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462913999.67.0.230418751336.issue26969@psf.upfronthosting.co.za>
In-reply-to
Content
> If I understood it correctly, get_event_loop() would never return "default" event loop (in terms of current implementation) for a running task, because it always be overridden with "running" event loop. If it's so, are you sure it won't raise any problems with backward compatibility?

I think this is extremely unlikely.  I hope that there is not much code out there that relies on this behaviour.  But you have a point.
History
Date User Action Args
2016-05-10 20:59:59yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, r.david.murray, Ilya.Kulakov
2016-05-10 20:59:59yselivanovsetmessageid: <1462913999.67.0.230418751336.issue26969@psf.upfronthosting.co.za>
2016-05-10 20:59:59yselivanovlinkissue26969 messages
2016-05-10 20:59:59yselivanovcreate