Skip to content

Commit 5423c71

Browse files
committed
Fix typo
1 parent a9c5b41 commit 5423c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,7 @@ static PyMethodDef sys_methods[] = {
26452645
#endif
26462646
SYS__GET_CPU_COUNT_CONFIG_METHODDEF
26472647
SYS__IS_GIL_ENABLED_METHODDEF
2648-
#ifdef _Py_TIER2
2648+
#if defined(_Py_TIER2) && (_Py_TIER2 % 2 != 0)
26492649
SYS__JIT_ENABLED_METHODDEF
26502650
#endif
26512651
{NULL, NULL} // sentinel

0 commit comments

Comments
 (0)