]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36236: Handle removed cwd at Python init (GH-12450)
authorVictor Stinner <vstinner@redhat.com>
Tue, 19 Mar 2019 23:30:45 +0000 (00:30 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2019 23:30:45 +0000 (00:30 +0100)
commitf7959a9fe7e7e316899c60251e29390c4ed0307a
tree5e9600d8bbe31dbfe6023c660d4d140d5b892e7a
parent935250d6f3ac7ba91e1ea8e6ca63aaf7f605e291
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.
Include/pylifecycle.h
Misc/NEWS.d/next/Core and Builtins/2019-03-19-23-55-00.bpo-36236.5qN9qK.rst [new file with mode: 0644]
Modules/main.c
Python/pathconfig.c
Python/sysmodule.c