Terry J. Reedy <tjre...@udel.edu> added the comment:

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.

----------
nosy: +asvetlov, terry.reedy, yselivanov

_______________________________________
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