executeCommand might come in handy, not necessary atm for REPL in particular.
We are using sendText for REPL instead of executeCommand in REPL since its causing keyboard interrupt in some machines, not all.
#25625
Maybe we need proper upstream hook python/cpython#122622 to setup Python shell integration properly, but consider switching to executeCommand again.
It may be the shell integration python script we have that is causing ^C or something related to prompt input detection in core.
Regardless, cpython upstream hook would make this more clear and allow us to have more thorough shell integration for Python REPL.
executeCommand might come in handy, not necessary atm for REPL in particular.
We are using sendText for REPL instead of executeCommand in REPL since its causing keyboard interrupt in some machines, not all.
#25625
Maybe we need proper upstream hook python/cpython#122622 to setup Python shell integration properly, but consider switching to executeCommand again.
It may be the shell integration python script we have that is causing
^Cor something related to prompt input detection in core.Regardless, cpython upstream hook would make this more clear and allow us to have more thorough shell integration for Python REPL.