Pasting in new REPL is slow #130328
Labels
performance
Performance or resource usage
stdlib
Python modules in the Lib dir
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
Pasting large blocks of text in the new REPL is slow. Tested by pasting the following string (3035 characters):
test value
When using the old repl (started via
$env:PYTHON_BASIC_REPL="true"; python
in powershell), pasting the string is near immediate. When using the new repl (started viapython
in powershell), pasting the string takes 15 seconds.The closed issue #119517 also mentioned some pasting performance issues, though that was for Linux with significantly more characters.
CPython versions tested on:
3.13
Operating systems tested on:
Windows
The text was updated successfully, but these errors were encountered: