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 6171446 commit 7aa818eCopy full SHA for 7aa818e
1 file changed
Lib/test/test_capi/test_config.py
@@ -379,8 +379,8 @@ def expect_bool_not(value):
379
finally:
380
config_set(name, old_value)
381
382
- def test_config_set_sys_flag(self):
383
- # Test PyConfig_Set() with global variables
+ def test_config_set_global_vars(self):
+ # Test PyConfig_Set() with global configuration variables
384
config_get = _testcapi.config_get
385
config_set = _testcapi.config_set
386
get_configs = _testinternalcapi.get_configs
0 commit comments