]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36352: Add error handling to getpath.c (GH-12421)
authorVictor Stinner <vstinner@redhat.com>
Mon, 18 Mar 2019 22:54:59 +0000 (23:54 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2019 22:54:59 +0000 (23:54 +0100)
commit7b14f0c02ce9d919c503119db190dbca0e703393
treec9a6d5d5b0628f4371b5a86dcdb60dabcbaaeb8f
parentc183444f7e2640b054956474d71aae6e8d31a543
bpo-36352: Add error handling to getpath.c (GH-12421)

Replace Py_FatalError() with _PyInitError to let the caller handle
the fatal error.
Modules/getpath.c