cpython icon indicating copy to clipboard operation
cpython copied to clipboard

Add support for new REPL in `python -m asyncio`

Open sobolevn opened this issue 1 year ago • 0 comments

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

sobolevn avatar May 10 '24 11:05 sobolevn