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 asvetlov
Recipients Mathias Fröjdman, asvetlov, gvanrossum, martin.panter, vstinner, yselivanov
Date 2017-12-20.21:18:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513804681.09.0.213398074469.issue24795@psf.upfronthosting.co.za>
In-reply-to
Content
Superseded by `asyncio.run()` function.

P.S.
Context manager is not a solution because `loop.shutdown_asyncgens()` should be called before `loop.close()` and the method is a coroutine.
History
Date User Action Args
2017-12-20 21:18:01asvetlovsetrecipients: + asvetlov, gvanrossum, vstinner, martin.panter, yselivanov, Mathias Fröjdman
2017-12-20 21:18:01asvetlovsetmessageid: <1513804681.09.0.213398074469.issue24795@psf.upfronthosting.co.za>
2017-12-20 21:18:01asvetlovlinkissue24795 messages
2017-12-20 21:18:01asvetlovcreate