commit | f6e7a6ce651b43c6e060608a4bb20685f39e9eaa | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Mar 12 17:31:35 2024 |
committer | GitHub <noreply@github.com> | Tue Mar 12 17:31:35 2024 |
tree | 163296ddbb2ab2f5f56f3d26187c2ba04b2b4b8d | |
parent | 5d72b753889977fa6d2d015499de03f94e16b035 [diff] |
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.