Files
cpython/Lib/venv
Miss Islington (bot) a5e2d7488d [3.15] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400) (GH-154408)
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 4448705d87)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-22 04:38:09 +00:00
..