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 gvanrossum
Recipients Ilya.Kulakov, gvanrossum, r.david.murray, vstinner, yselivanov
Date 2016-05-08.23:30:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJepd+C1BBRYMenX2YXinVSz90TEYx81M2+nwyQwizJ+w@mail.gmail.com>
In-reply-to <1462668123.42.0.17372814033.issue26969@psf.upfronthosting.co.za>
Content
No, that specifically sounds like asking for trouble to me. You don't know
what else that coroutine is waiting for, and it may be waiting for some I/O
whose socket is registered with the other event loop. Since the other event
loop won't make progress, you'd be deadlocked.
History
Date User Action Args
2016-05-08 23:30:48gvanrossumsetrecipients: + gvanrossum, vstinner, r.david.murray, yselivanov, Ilya.Kulakov
2016-05-08 23:30:47gvanrossumlinkissue26969 messages
2016-05-08 23:30:47gvanrossumcreate