]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix error handling in _PySys_UpdateConfig() (GH-109524)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Sep 2023 17:09:59 +0000 (20:09 +0300)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 17:09:59 +0000 (20:09 +0300)
commitc829975428253568d47ebfc3104fa7386b5e0b58
tree41140825b12fde7699cf05b2bf73724d4b6b917a
parent74f315edd01b4d6c6c99e50c03a90116820d8d47
Fix error handling in _PySys_UpdateConfig() (GH-109524)
Python/sysmodule.c