Nick Coghlan <ncogh...@gmail.com> added the comment:

While filed later, issue44665 correctly describes the problem reported here: 
asyncio is behaving as expected, but the docs don't make it clear that you need 
to save a reference to the result of ensure_future()/create_task() if you don't 
want to risk the task unexpectedly disappearing mid execution.

So marking this as a duplicate of that docs issue.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42538>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to