Skip to content

[3.15] gh-132581: Report why the execution environment was altered (GH-155294) - #155986

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-350fc64-3.15
Open

[3.15] gh-132581: Report why the execution environment was altered (GH-155294)#155986
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-350fc64-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

The list of tests which altered the execution environment now includes the
reasons -- an unraisable exception, a modified sys.path, leaked temporary
files, etc -- one per line.

The final result no longer repeats the same state twice, like
"ENV CHANGED then ENV CHANGED".
(cherry picked from commit 350fc64)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…thonGH-155294)

The list of tests which altered the execution environment now includes the
reasons -- an unraisable exception, a modified sys.path, leaked temporary
files, etc -- one per line.

The final result no longer repeats the same state twice, like
"ENV CHANGED then ENV CHANGED".
(cherry picked from commit 350fc64fbd0c8ebb6452041b9d09511e7971f524)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants