8000 fix · python/cpython@d77cc23 · GitHub
[go: up one dir, main page]

Skip to content

Commit d77cc23

Browse files
committed
fix
1 parent f019f57 commit d77cc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def check_bolt_optimized():
861861
if is_wasi:
862862
return False
863863
config_args = sysconfig.get_config_var('CONFIG_ARGS') or ''
864-
return '--enable-bolt' in configs_args
864+
return '--enable-bolt' in config_args
865865

866866

867867
Py_GIL_DISABLED = bool(sysconfig.get_config_var('Py_GIL_DISABLED'))

0 commit comments

Comments
 (0)
0