Skip to content

Re-enable PyREPL - #26127

Open
Eduardo Villalpando Mello (edvilme) wants to merge 3 commits into
mainfrom
pyrepl-reenable
Open

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

Conversation

@edvilme

@edvilme Eduardo Villalpando Mello (edvilme) commented Aug 24, 2026

Copy link
Copy Markdown

Fixes #25577

image

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
@edvilme
Eduardo Villalpando Mello (edvilme) marked this pull request as ready for review August 24, 2026 21:50
@edvilme 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
@edvilme Eduardo Villalpando Mello (edvilme) changed the title Enable PyREPL for 3.13 and above Re-enable PyREPL Aug 24, 2026
@edvilme 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
@edvilme

Copy link
Copy Markdown
Author

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

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

2 participants