]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Fix error handling in _PySys_UpdateConfig() (GH-109524) (#109550)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 14:58:58 +0000 (07:58 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 14:58:58 +0000 (16:58 +0200)
commitdf2cdcf22f63ca8b958e99406aff41e7c98f16ad
tree74b81f851d7fe7bf21217e7f21069375b098fe61
parente5c860f9d03669f152292fb82665edfc2c01e5ec
[3.12] Fix error handling in _PySys_UpdateConfig() (GH-109524) (#109550)

Fix error handling in _PySys_UpdateConfig() (GH-109524)
(cherry picked from commit c829975428253568d47ebfc3104fa7386b5e0b58)

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