Skip to content

Commit 28d1db1

Browse files
mark cython module as free-threading compatible (#139)
1 parent c403ad1 commit 28d1db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools.command.build_ext import build_ext as build_ext
88

99

10-
CFLAGS = ['-O2']
10+
CFLAGS = ['-O2', '-DCYTHON_FREETHREADING_COMPATIBLE=1']
1111

1212
ROOT = pathlib.Path(__file__).parent
1313

0 commit comments

Comments
 (0)