◐ Shell
clean mode source ↗

bpo-45582: Don't fail if ENV_PATH is None in getpath.py (GH-31699) by tiran · Pull Request #31699 · 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

@tiran

@tiran tiran commented

Mar 5, 2022

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

In WASM / wasi context the PATH env var may be None.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue45582

In WASM / wasi context the PATH env var may be None.

Signed-off-by: Christian Heimes <christian@python.org>

@tiran tiran changed the title bpo-45582: Don't fail if ENV_PATH is None in getpath.py bpo-45582: Don't fail if ENV_PATH is None in getpath.py (GH-31699)

Mar 6, 2022

@tiran tiran merged commit 55a5e17 into python:main

Mar 6, 2022

@tiran tiran deleted the bpo-45582-env-path-none branch

March 6, 2022 19:49

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

Reviewers

@zooba zooba zooba approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@tiran @zooba @the-knights-who-say-ni @bedevere-bot