]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Jan 2020 17:17:36 +0000 (09:17 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 17:17:36 +0000 (09:17 -0800)
commita9a43c221bf3896ed1d1c2eee2531b7121cf78e4
tree11b5ee85a00a287bd63737f3e04bad71e079271f
parent0048833e1308d39dc9c6489da7872ade0f14486f
bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818)

(cherry picked from commit 7b79dc9200a19ecbac667111dffd58e314be02a8)

Co-authored-by: Anthony Wee <awee@box.com>
Python/pathconfig.c