gh-130328: Faster Windows new REPL paste by devdanzin · Pull Request #130677 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Conversation
This WIP PR attempts to make pasting into the Windows REPL faster by:
- Batching event processing;
- Reading 32 chars from input instead of 1;
- Reducing Reader.console.wait() from 100 to 10.
It's being submitted to simplify testing the approach and will be improved based on feedback.
Current code makes some tests fail, I'll fix those soon.
AA-Turner
changed the title
gh-130328: Faster Windows new REPL paste (DO NOT MERGE)
gh-130328: Faster Windows new REPL paste
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters