Skip to content

Commit

Permalink
Try marking freethreading compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed Dec 5, 2024
1 parent 30e8606 commit c05b406
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions stochastic_arrow/arrow.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# cython: language_level=3str
# cython: freethreading_compatible = True

# This file works around a Cython 3.0.0a1+ error on arrowhead.pyx:
# stochastic_arrow/arrowhead.pyx:14:0: 'arrow.pxd' not found
1 change: 1 addition & 0 deletions stochastic_arrow/arrowhead.pyx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# cython: language_level=3str
# cython: freethreading_compatible = True

from __future__ import absolute_import, division, print_function

Expand Down
1 change: 1 addition & 0 deletions stochastic_arrow/mersenne.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# cython: language_level=3str
# cython: freethreading_compatible = True

from libc.stdint cimport uint32_t

Expand Down
1 change: 1 addition & 0 deletions stochastic_arrow/obsidian.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# cython: language_level=3str
# cython: freethreading_compatible = True

from libc.stdint cimport int64_t, uint32_t

Expand Down

0 comments on commit c05b406

Please sign in to comment.