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 chetan
Recipients chetan, gvanrossum, jab, oconnor663, vstinner, wjwwood, yselivanov
Date 2015-08-08.17:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439054935.77.0.307920796597.issue23548@psf.upfronthosting.co.za>
In-reply-to
Content
Disregard my previous comment. I realize now that I shouldn't be calling run_until_complete in a library function because it will fail if the user had already started running the event loop. I will attempt to use a create and use a new event loop in my library function. Apologies for adding noise to this page.
History
Date User Action Args
2015-08-08 17:28:55chetansetrecipients: + chetan, gvanrossum, vstinner, jab, yselivanov, oconnor663, wjwwood
2015-08-08 17:28:55chetansetmessageid: <1439054935.77.0.307920796597.issue23548@psf.upfronthosting.co.za>
2015-08-08 17:28:55chetanlinkissue23548 messages
2015-08-08 17:28:55chetancreate