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 Fred
Recipients Fred, eric.araujo
Date 2021-10-30.21:47:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635630454.04.0.618809763907.issue45625@roundup.psfhosted.org>
In-reply-to
Content
No, I was not aware of that.

After I started Python by running "python3 -m asyncio" then it behaved as I expected it should behave by default.

But this seems to work only in the REPL. I would like to write Python scripts stored in files where I can easily await at the top level as in the example in my first post.
History
Date User Action Args
2021-10-30 21:47:34Fredsetrecipients: + Fred, eric.araujo
2021-10-30 21:47:34Fredsetmessageid: <1635630454.04.0.618809763907.issue45625@roundup.psfhosted.org>
2021-10-30 21:47:34Fredlinkissue45625 messages
2021-10-30 21:47:33Fredcreate