◐ Shell
reader mode source ↗
Skip to content

GH-130328: further speedup of pasting in new REPL on Windows by reading in chunks#132889

Closed
chris-eibl wants to merge 14 commits into
python:mainfrom
chris-eibl:read_chunked
Closed

GH-130328: further speedup of pasting in new REPL on Windows by reading in chunks#132889
chris-eibl wants to merge 14 commits into
python:mainfrom
chris-eibl:read_chunked

Conversation

@chris-eibl

@chris-eibl chris-eibl commented Apr 24, 2025

Copy link
Copy Markdown
Member

This is on top of #132884. So reviews should be done beginning with commit a64f4c4.

@chris-eibl chris-eibl added OS-windows topic-repl Related to the interactive shell labels Apr 24, 2025
to use self.paste_mode instead of self.in_bracketed_paste
in class Reader
to revert "use self.paste_mode instead of self.in_bracketed_paste"
# Conflicts:
#	Lib/_pyrepl/windows_console.py
it isn't used in the whole code, and some code paths in
WindowsConsole set it to str instead of bytes
@chris-eibl

Copy link
Copy Markdown
Member Author

Closed because superseded by #133247 (comment).

@chris-eibl chris-eibl deleted the read_chunked branch May 6, 2025 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review OS-windows topic-repl Related to the interactive shell

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant