Skip to content

Commit 8ac20f7

Browse files
committed
fix free threading compatible tag
1 parent c5b41ae commit 8ac20f7

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
#cython: freethreading_compatible = True
2+
13
# this is a hack since I could not get this to build in cmake without it
24
include "metrics_cpp.pyx"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
#cython: freethreading_compatible = True
2+
13
# this is a hack since I could not get this to build in cmake without it
24
include "metrics_cpp.pyx"

src/rapidfuzz/fuzz_cpp_avx2.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
#cython: freethreading_compatible = True
2+
13
# this is a hack since I could not get this to build in cmake without it
24
include "fuzz_cpp.pyx"

src/rapidfuzz/fuzz_cpp_sse2.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
#cython: freethreading_compatible = True
2+
13
# this is a hack since I could not get this to build in cmake without it
24
include "fuzz_cpp.pyx"

0 commit comments

Comments
 (0)