10000 gh-130698: Add safe methods to get prompts for new REPL by sergey-miryanov · Pull Request #131110 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-130698: Add safe methods to get prompts for new REPL #131110

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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
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
Next Next commit
Merge branch 'main' into gh-130698-pyrepl-ps1-exception
# Conflicts:
#	Lib/_pyrepl/reader.py
  • Loading branch information
sergey-miryanov committed Apr 19, 2025
commit c68a695437b3e6dfc0d02300a88b87ed4bef9137
2 changes: 1 addition & 1 deletion Lib/_pyrepl/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@


from . import commands, console, input
from .utils import ANSI_ESCAPE_SEQUENCE, wlen, str_width
from .utils import DEFAULT_PS1, DEFAULT_PS2, DEFAULT_PS3, DEFAULT_PS4
from .utils import wlen, unbracket, disp_str
from .trace import trace


Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0