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 asvetlov
Recipients Fred, asvetlov, eric.araujo, gstarck, terry.reedy, yselivanov
Date 2021-11-02.10:44:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635849882.12.0.125957900351.issue45625@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-11-02 10:44:42asvetlovsetrecipients: + asvetlov, terry.reedy, eric.araujo, gstarck, yselivanov, Fred
2021-11-02 10:44:42asvetlovsetmessageid: <1635849882.12.0.125957900351.issue45625@roundup.psfhosted.org>
2021-11-02 10:44:42asvetlovlinkissue45625 messages
2021-11-02 10:44:42asvetlovcreate