- Notifications
You must be signed in to change notification settings - Fork1.2k
Disable PyREPL#25216
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Disable PyREPL#25216
Uh oh!
There was an error while loading.Please reload this page.
Conversation
If the changes appear safe, you can manually trigger the pipeline by commenting |
01d872b
intomicrosoft:mainUh oh!
There was an error while loading.Please reload this page.
SZRabinowitz commentedJul 14, 2025
I just found this now, because I was (un)pleasantly surprised to find that I lost pyrepl. I liked it better than the regular repl. While the indentation issueis annoying, if you want to paste text in the repl, you can press f3 (or ctrl f3 so vscode doesnt intercept it) and paste without any indentation issues. Oh well. I guess it's not a big deal for me to run |
Uh oh!
There was an error while loading.Please reload this page.
Resolves:#25164
We can enable shell integration again beforepython/cpython#126131
Since we are using
PYTHON_BASIC_REPL
there is no need to use bracketed paste mode to avoid indentation error prevalent on the PyREPL from cpython >= 3.13When there is upstream fix in the future, we should start using bracketed paste mode again, and won't have to inject
PYTHON_BASIC_REPL