Fred <eldman...@gmail.com> added the comment:

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() {}

----------

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

Reply via email to