]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Fix error handling in _PySys_UpdateConfig() (GH-109524) (GH-109551)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Sep 2023 18:24:41 +0000 (11:24 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 18:24:41 +0000 (21:24 +0300)
commit17a335dd0291d09e1510157a4ebe02932ec632dd
tree90cb5510b371fa920994ed165aa6b9214b3b9389
parent2184b76496f8bb39b1b499c821bd6d9dbc81548e
[3.11] Fix error handling in _PySys_UpdateConfig() (GH-109524) (GH-109551)

(cherry picked from commit c829975428253568d47ebfc3104fa7386b5e0b58)

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