FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Re-enable PyREPL by edvilme · Pull Request #26127 · microsoft/vscode-python · GitHub

Re-enable PyREPL - #26127

Merged
Eduardo Villalpando Mello (edvilme) merged 3 commits into
mainfrom
pyrepl-reenable
Aug 25, 2026
Merged

Re-enable PyREPL#26127
Eduardo Villalpando Mello (edvilme) merged 3 commits into
mainfrom
pyrepl-reenable

Conversation

Eduardo Villalpando Mello (edvilme) commented Aug 24, 2026
edited
Loading

Copy link
Copy Markdown

Fixes #25577

This pull request makes a small change to the logic that configures the Python startup environment. The setting of the PYTHON_BASIC_REPL environment variable has been removed, so the extension will no longer explicitly disable PyREPL from CPython when shell integration is enabled.

  • Removed the line that set the PYTHON_BASIC_REPL environment variable in applyPythonStartupSetting, which previously disabled PyREPL when shell integration was enabled.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: d598cbab-c8ac-496d-9757-ac98a8c9846f
Eduardo Villalpando Mello (edvilme) marked this pull request as ready for review August 24, 2026 21:50
Eduardo Villalpando Mello (edvilme) changed the title [Draft] Enable PyREPL for 3.13 and above Enable PyREPL for 3.13 and above Aug 24, 2026
Eduardo Villalpando Mello (edvilme) changed the title Enable PyREPL for 3.13 and above Re-enable PyREPL Aug 24, 2026
Eduardo Villalpando Mello (edvilme) added the feature-request Request for new features or functionality label Aug 24, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: d598cbab-c8ac-496d-9757-ac98a8c9846f

Copy link
Copy Markdown
Author

Related: python/cpython#144724 (Nice to have)

Eduardo Villalpando Mello (edvilme) merged commit a2f427e into main Aug 25, 2026
90 checks passed
Eduardo Villalpando Mello (edvilme) deleted the pyrepl-reenable branch August 25, 2026 17:56
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature-request Request for new features or functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable PyREPL for 3.13 and above

3 participants


Back | FazBrowse Home | New Git URL