]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42260: Improve error handling in _PyConfig_FromDict (GH-23488)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Nov 2020 12:07:32 +0000 (14:07 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 12:07:32 +0000 (14:07 +0200)
commit14d81dcaf827f6b66bda45e8f5689d07d7d5735c
tree41e4993155fc22fa507ed89b9311a37f9e1f3aee
parentc0c23ea72b76b06b7db0d09415fa90bab8ded63a
bpo-42260: Improve error handling in _PyConfig_FromDict (GH-23488)
Python/initconfig.c