Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
anthonykim1 merged 3 commits intomicrosoft:mainfromanthonykim1:DisablePyREPL
Jun 26, 2025
Merged

Disable PyREPL#25216

anthonykim1 merged 3 commits intomicrosoft:mainfromanthonykim1:DisablePyREPL
Jun 26, 2025

Conversation

anthonykim1
Copy link

@anthonykim1anthonykim1 commentedJun 25, 2025
edited
Loading

Resolves:#25164

We can enable shell integration again beforepython/cpython#126131
Since we are usingPYTHON_BASIC_REPL there is no need to use bracketed paste mode to avoid indentation error prevalent on the PyREPL from cpython >= 3.13

When there is upstream fix in the future, we should start using bracketed paste mode again, and won't have to injectPYTHON_BASIC_REPL

@anthonykim1anthonykim1 self-assigned thisJun 25, 2025
@anthonykim1anthonykim1 added area-repl feature-requestRequest for new features or functionality labelsJun 25, 2025
@anthonykim1anthonykim1 marked this pull request as draftJune 25, 2025 23:21
@anthonykim1anthonykim1 marked this pull request as ready for reviewJune 26, 2025 16:17
@anthonykim1anthonykim1 added this to theJune 2025 milestoneJun 26, 2025
@vs-code-engineeringVS Code Engineering
Copy link

⚠️ This PR originates from a fork. Due to security restrictions, pipelines from forks are no longer triggered automatically.Learn more.

If the changes appear safe, you can manually trigger the pipeline by commenting/AzurePipelines run.

@anthonykim1anthonykim1 merged commit01d872b intomicrosoft:mainJun 26, 2025
46 checks passed
@SZRabinowitz
Copy link

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 runset PYTHON_BASIC_REPL=.
If anyone knows a solution to do it automatically I'd love that.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@rzhao271rzhao271rzhao271 approved these changes

Assignees

@anthonykim1anthonykim1

Labels
area-replfeature-requestRequest for new features or functionality
Projects
None yet
Milestone
June 2025
Development

Successfully merging this pull request may close these issues.

Disable PyREPL for >= 3.13
3 participants
@anthonykim1@SZRabinowitz@rzhao271

[8]ページ先頭

©2009-2025 Movatter.jp