Skip to content

[3.14] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400)#154409

Merged
serhiy-storchaka merged 1 commit into
python:3.14from
miss-islington:backport-4448705-3.14
Jul 22, 2026
Merged

[3.14] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400)#154409
serhiy-storchaka merged 1 commit into
python:3.14from
miss-islington:backport-4448705-3.14

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

activate.csh saved the prompt unconditionally, but the prompt variable
only exists in interactive shells, and csh fails on an undefined
variable.
(cherry picked from commit 4448705)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

…thonGH-154400)

activate.csh saved the prompt unconditionally, but the prompt variable
only exists in interactive shells, and csh fails on an undefined
variable.
(cherry picked from commit 4448705d879ea41ea97114ef6c8215590913811a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@serhiy-storchaka
serhiy-storchaka enabled auto-merge (squash) July 22, 2026 04:07
@serhiy-storchaka
serhiy-storchaka merged commit dd8584d into python:3.14 Jul 22, 2026
86 of 88 checks passed
@miss-islington
miss-islington deleted the backport-4448705-3.14 branch July 22, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants