Lovely line from Guido van Rossum on the Python discussion forum:
> Having initiated, helped with, and observed many, many of these “should be nearly 100% compatible” changes, I believe we should be very conservative.
#Python 😅

Discussions on Python.org
Make asyncio eager task factory default
(TLDR: Keep lazy tasks the default forever, encourage use of eager tasks, add eager_tasks flag to run() but not to create_task().) Having initiate...
