]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45582: Don't fail if ENV_PATH is None in getpath.py (GH-31699)
authorChristian Heimes <christian@python.org>
Sun, 6 Mar 2022 19:49:27 +0000 (21:49 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Mar 2022 19:49:27 +0000 (20:49 +0100)
commit55a5e17d19fecb6a7af85a1a9d44304e5fcb19c7
tree7c868345a5c96462e5eed9919927ec91e7fc29c4
parent7f07b5ee9c2d17f837c44440bf066c73f92dac14
bpo-45582: Don't fail if ENV_PATH is None in getpath.py (GH-31699)
Modules/getpath.py