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-11-01.10:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635763360.41.0.467944661116.issue45625@roundup.psfhosted.org>
In-reply-to
Content
I think it would fit with the design and commmunity of Python. I think people who use Python don't care about what async runtime it is, or how to configure it or set it up, they just want to call async functions.

This is 2021, we live in a async-first world. I think users expect to be able to do async with minimal friction.

Other languages like C# lets you do it easy, by changing:
    static void Main() {}
to:
    static async Task Main() {}
History
Date User Action Args
2021-11-01 10:42:40Fredsetrecipients: + Fred, eric.araujo
2021-11-01 10:42:40Fredsetmessageid: <1635763360.41.0.467944661116.issue45625@roundup.psfhosted.org>
2021-11-01 10:42:40Fredlinkissue45625 messages
2021-11-01 10:42:40Fredcreate