Pablo Galindo Salgado

Results 329 comments of Pablo Galindo Salgado

If you want to help with this endeavour, please mention it here so we can coordinate everyone!

I have a initial version that we can start building upon, I will create a PR shortly.

> Can _pyrepl be used without readline nor tty? It needs at least a tty yes. Readline can be lifted but I am not sure yet

Checking, will make a PR this morning

> (hmm there is only one constant starting with `os.O_AS`, so not sure where the "with_many_options" comes in. should it just be testing `os.O_`? if anything `test_simple_completion` tests multiple options...

Bracketed paste coming right up: https://github.com/python/cpython/pull/118700

> With the old REPL on macOS, `sys.prefix.replace("\\", "\\\\")` prints out a string. But the new one doesn't: > > ``` > ❯ PYTHON_BASIC_REPL=1 ./python.exe > Python 3.13.0a6+ (heads/main:fcf52d7cee, May...

Oh, by any chance have you pasted the code into the REPL? Paste mode uses `exec` in some occasions so it may have a bug when it does not print...

> When editing the last line in a function in the new REPL, hitting Enter doesn't end the block if the last line has indentation on it. > > >...

Thanks a lot for the PR! I will try to review it this week :)