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 r.david.murray
Recipients Ilya.Kulakov, gvanrossum, r.david.murray, vstinner, yselivanov
Date 2016-05-06.17:36:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462556170.75.0.491428126069.issue26969@psf.upfronthosting.co.za>
In-reply-to
Content
Because, as indicated by the OP, I'm not using the default event loop of the thread.

Thinking about my code, I now remember that the reason I went down this path was because I wanted to make sure that my functions, like asyncio functions, accepted the optional loop parameter, and that it worked. For it to work my code pretty much has to pass loop everywhere, because that was a design decision I made early on.  So maybe there's nothing interesting for me here after all.
History
Date User Action Args
2016-05-06 17:36:10r.david.murraysetrecipients: + r.david.murray, gvanrossum, vstinner, yselivanov, Ilya.Kulakov
2016-05-06 17:36:10r.david.murraysetmessageid: <1462556170.75.0.491428126069.issue26969@psf.upfronthosting.co.za>
2016-05-06 17:36:10r.david.murraylinkissue26969 messages
2016-05-06 17:36:10r.david.murraycreate