Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

As people write above, Python supports multiple async frameworks, asyncio is 
not the single choice.

You should select and maybe configure the async framework before executing your 
first `await` statement.

That's why the proposal doesn't work in Python.

Both javascript and C# are designed slightly differently: they have the only 
async subsystem that is deeply built into the language. It allows *implicit* 
async engine initialization and starting.

Sorry, should close the issue.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
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