Rustam Shakh <shahrusta...@gmail.com> added the comment:

# This line doesn`t work
task = loop.create_task(test())
    
# This line works
loop.create_task(test())

----------

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

Reply via email to