Skip to content

Conversation

@frenzymadness
Copy link
Member

(cherry picked from 3.9)

Patch backported from python#126301 by @vstinner

Victor, you have most of the context for a review of my backport to 3.6.

@frenzymadness
Copy link
Member Author

I have a reproducer for the problem based on the original report. The original report is:

envname='";uname -a;"'
mkdir "$envname"
cd "$envname"
python3 -m venv .
. ./bin/activate

This patch fixes the problem.

Scratch build with the patch: https://koji.fedoraproject.org/koji/taskinfo?taskID=125509295

Copy link

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@frenzymadness frenzymadness merged commit f20031e into fedora-python:fedora-3.6 Nov 5, 2024
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