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 terry.reedy
Recipients Fred, asvetlov, eric.araujo, gstarck, terry.reedy, yselivanov
Date 2021-11-02.03:55:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635825305.04.0.151900993774.issue45625@roundup.psfhosted.org>
In-reply-to
Content
Python has async frameworks other than anyncio.  At least one is much older than asyncio.  I think that this proposal to run one by default, on startup, should be rejected.

>My script must be able to run properly without any special setup.

Then write it with proper python, including the needed import of the async runner you want.
History
Date User Action Args
2021-11-02 03:55:05terry.reedysetrecipients: + terry.reedy, eric.araujo, asvetlov, gstarck, yselivanov, Fred
2021-11-02 03:55:05terry.reedysetmessageid: <1635825305.04.0.151900993774.issue45625@roundup.psfhosted.org>
2021-11-02 03:55:05terry.reedylinkissue45625 messages
2021-11-02 03:55:04terry.reedycreate