[issue39839] Non-working error handler when creating a task with assigning a variable

Rustam Shakh report at bugs.python.org
Tue Mar 3 13:32:53 EST 2020


Rustam Shakh <shahrustam98 at gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39839>
_______________________________________


More information about the Python-bugs-list mailing list