Rustam Shakh <[email protected]> added the comment:
# This line doesn`t work
task = loop.create_task(test())
# This line works
loop.create_task(test())
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue39839>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
