commit | f7959a9fe7e7e316899c60251e29390c4ed0307a | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Mar 20 00:30:45 2019 +0100 |
committer | GitHub <noreply@github.com> | Wed Mar 20 00:30:45 2019 +0100 |
tree | 5e9600d8bbe31dbfe6023c660d4d140d5b892e7a | |
parent | 935250d6f3ac7ba91e1ea8e6ca63aaf7f605e291 [diff] |
bpo-36236: Handle removed cwd at Python init (GH-12450) At Python initialization, the current directory is no longer prepended to sys.path if it has been removed.