]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Oct 2022 10:20:32 +0000 (03:20 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 10:20:32 +0000 (03:20 -0700)
commit73e3510bdb2762e371e8545f1a4c68b821fcdcf2
treebfe899c4a23992853ea13275082d34d81092489b
parent79b5c1ad3c750312d6af062a70808555b4ea49ab
gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759)

(cherry picked from commit f8cbd79d328d90443acabc41d246332c302c815a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Modules/getpath.c