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 Ilya.Kulakov
Recipients Ilya.Kulakov, gvanrossum, r.david.murray, vstinner, yselivanov
Date 2016-05-08.00:42:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462668123.42.0.17372814033.issue26969@psf.upfronthosting.co.za>
In-reply-to
Content
Guido, Probably a legitimate example of having multiple event loops in a single thread: you want to run certain coroutine synchronously without running thread's own event loop.
History
Date User Action Args
2016-05-08 00:42:03Ilya.Kulakovsetrecipients: + Ilya.Kulakov, gvanrossum, vstinner, r.david.murray, yselivanov
2016-05-08 00:42:03Ilya.Kulakovsetmessageid: <1462668123.42.0.17372814033.issue26969@psf.upfronthosting.co.za>
2016-05-08 00:42:03Ilya.Kulakovlinkissue26969 messages
2016-05-08 00:42:02Ilya.Kulakovcreate