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 rshakh
Recipients asvetlov, rshakh, yselivanov
Date 2020-03-03.18:32:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583260373.42.0.715135594929.issue39839@roundup.psfhosted.org>
In-reply-to
Content
# This line doesn`t work
task = loop.create_task(test())
    
# This line works
loop.create_task(test())
History
Date User Action Args
2020-03-03 18:32:53rshakhsetrecipients: + rshakh, asvetlov, yselivanov
2020-03-03 18:32:53rshakhsetmessageid: <1583260373.42.0.715135594929.issue39839@roundup.psfhosted.org>
2020-03-03 18:32:53rshakhlinkissue39839 messages
2020-03-03 18:32:53rshakhcreate