Skip to content

Commit f2d7b33

Browse files
committed
XXX revert cache on f-t
1 parent cbcc5b6 commit f2d7b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# define _Thread_local __declspec(thread)
3030
#endif
3131

32-
#if !defined(PYPY_VERSION)
32+
#if !defined(PYPY_VERSION) && !defined(Py_GIL_DISABLED)
3333
# define CACHE_SIZE (99)
3434
#else
3535
# define CACHE_SIZE (0)

0 commit comments

Comments
 (0)