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-06.20:05:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462565135.76.0.52670589771.issue26969@psf.upfronthosting.co.za>
In-reply-to
Content
To clarify: the problem lies in "return currently running event loop when called from within a coroutine" -- what if there is no GIL and we have a few event loops running?  You'd need to use a threadlocal storage.  In this case I'm not sure how this is different from the current "get_event_loop".
History
Date User Action Args
2016-05-06 20:05:35yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, r.david.murray, Ilya.Kulakov
2016-05-06 20:05:35yselivanovsetmessageid: <1462565135.76.0.52670589771.issue26969@psf.upfronthosting.co.za>
2016-05-06 20:05:35yselivanovlinkissue26969 messages
2016-05-06 20:05:35yselivanovcreate