]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111201: Speed up paste mode in the REPL (#119341)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 22 May 2024 05:28:32 +0000 (01:28 -0400)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 05:28:32 +0000 (07:28 +0200)
commite6572e8f98d33994d2d0dd3afa92a2a72ee642a9
treea37b8588fde40dbd36c74743de1625cd6c13a467
parentcd516cd1f5e94dba887353f421513fd172efadf3
gh-111201: Speed up paste mode in the REPL (#119341)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/commands.py
Lib/_pyrepl/reader.py
Lib/_pyrepl/readline.py
Lib/_pyrepl/simple_interact.py
Lib/_pyrepl/utils.py
Lib/test/test_pyrepl/test_pyrepl.py