]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (#116658)
authorVictor Stinner <vstinner@python.org>
Tue, 12 Mar 2024 17:31:35 +0000 (18:31 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2024 17:31:35 +0000 (18:31 +0100)
commitf6e7a6ce651b43c6e060608a4bb20685f39e9eaa
tree163296ddbb2ab2f5f56f3d26187c2ba04b2b4b8d
parent5d72b753889977fa6d2d015499de03f94e16b035
gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (#116658)

Don't parse argv when setting the configuration, to avoid SystemExit if parsing argv fails.
Lib/test/test_capi/test_misc.py