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 9c06d5d commit eb08a34Copy full SHA for eb08a34
pandas/_libs/internals.pyx
@@ -26,7 +26,7 @@ from pandas._libs.util cimport (
26
is_integer_object,
27
)
28
29
-IF Py_GIL_DISABLED:
+IF 0:
30
include "free_threading_config.pxi"
31
32
IF CYTHON_COMPATIBLE_WITH_FREE_THREADING:
0 commit comments