]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818)
authorAnthony Wee <awee@box.com>
Mon, 6 Jan 2020 16:57:34 +0000 (08:57 -0800)
committerSteve Dower <steve.dower@python.org>
Mon, 6 Jan 2020 16:57:34 +0000 (08:57 -0800)
commit7b79dc9200a19ecbac667111dffd58e314be02a8
tree940a246fc87bded273073867ed183bfb611ccd3e
parent5ec91f78d59d9c39b984f284e00cd04b96ddb5db
bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818)
Python/pathconfig.c