cpython
cpython copied to clipboard
Add support for new REPL in `python -m asyncio`
Feature or enhancement
They are different now:
Hm, right now I don't see any simple way of merging these two together: https://github.com/python/cpython/blob/c68acb1384a51eb745f572687eaf677371b9e765/Lib/asyncio/main.py#L15-L21
and
https://github.com/python/cpython/blob/c68acb1384a51eb745f572687eaf677371b9e765/Lib/_pyrepl/simple_interact.py#L81-L83
I think that this would require some API change. Not sure which one, though :(
Refs https://github.com/python/cpython/issues/111201