8000 [3.13] gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (GH-119432) by miss-islington · Pull Request #119439 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.13] gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (GH-119432) #119439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (G…
…H-119432)

(cherry picked from commit 14b063c)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
  • Loading branch information
lysnikolaou committed May 23, 2024
commit 4968925e69c187e0492e3150512668f12234b526
1 change: 1 addition & 0 deletions Lib/_pyrepl/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,3 +475,4 @@ def do(self) -> None:
self.reader.paste_mode = False
self.reader.in_bracketed_paste = False
self.reader.dirty = True
self.reader.calc_screen = self.reader.calc_complete_screen
0