Skip to content

Commit c05b406

Browse files
committed
Try marking freethreading compatible
1 parent 30e8606 commit c05b406

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

stochastic_arrow/arrow.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3str
2+
# cython: freethreading_compatible = True
23

34
# This file works around a Cython 3.0.0a1+ error on arrowhead.pyx:
45
# stochastic_arrow/arrowhead.pyx:14:0: 'arrow.pxd' not found

stochastic_arrow/arrowhead.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3str
2+
# cython: freethreading_compatible = True
23

34
from __future__ import absolute_import, division, print_function
45

stochastic_arrow/mersenne.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3str
2+
# cython: freethreading_compatible = True
23

34
from libc.stdint cimport uint32_t
45

stochastic_arrow/obsidian.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3str
2+
# cython: freethreading_compatible = True
23

34
from libc.stdint cimport int64_t, uint32_t
45

0 commit comments

Comments
 (0)