We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d72b75 commit f6e7a6cCopy full SHA for f6e7a6c
Lib/test/test_capi/test_misc.py
@@ -1797,6 +1797,7 @@ def test_py_config_isoloated_per_interpreter(self):
1797
# double checked at the time this test was written.
1798
config = _testinternalcapi.get_config()
1799
config['int_max_str_digits'] = 55555
1800
+ config['parse_argv'] = 0
1801
_testinternalcapi.set_config(config)
1802
sub_value = _testinternalcapi.get_config()['int_max_str_digits']
1803
assert sub_value == 55555, sub_value
0 commit comments