[3.7] bpo-32942: Fix environment dependent test_script_helper (GH-8034) by miss-islington · Pull Request #8087 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link Copy Markdown

Contributor

@miss-islington miss-islington commented

Jul 4, 2018

edited by bedevere-bot

Loading

Result of function interpreter_requires_environment() depends on os.environ.
This was not covered by the tests, leading to fail when PYTHONHOME was set.
(cherry picked from commit a390cb6)

Co-authored-by: Lorenz Mende Lorenz.mende@gmail.com

https://bugs.python.org/issue32942

Result of function interpreter_requires_environment() depends on os.environ.
This was not covered by the tests, leading to fail when PYTHONHOME was set.
(cherry picked from commit a390cb6)

Co-authored-by: Lorenz Mende <Lorenz.mende@gmail.com>
Copy link Copy Markdown

Member

@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, good bot 🤖!

@miss-islington

Copy link Copy Markdown

Contributor Author

@LorenzMende and @vstinner: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 6b3ff35 into python:3.7

Jul 4, 2018

@miss-islington miss-islington deleted the backport-a390cb6-3.7 branch

July 4, 2018 10:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@vstinner vstinner vstinner approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @vstinner @the-knights-who-say-ni @bedevere-bot @LorenzMende