Skip to content

Commit eb08a34

Browse files
committed
new
1 parent 9c06d5d commit eb08a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/internals.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ from pandas._libs.util cimport (
2626
is_integer_object,
2727
)
2828

29-
IF Py_GIL_DISABLED:
29+
IF 0:
3030
include "free_threading_config.pxi"
3131

3232
IF CYTHON_COMPATIBLE_WITH_FREE_THREADING:

0 commit comments

Comments
 (0)