Skip to content

Commit

Permalink
Fix test_config in free-threaded builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Sep 10, 2024
1 parent e2a6656 commit e6513d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_capi/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def test_config_get(self):
options.append(("run_presite", str | None, None))
if sysconfig.get_config_var('Py_GIL_DISABLED'):
options.append(("enable_gil", int, None))
options.append(("tlbc_limit", int, None))
if support.MS_WINDOWS:
options.extend((
("legacy_windows_stdio", bool, None),
Expand Down

0 comments on commit e6513d1

Please sign in to comment.