We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8c67a commit 0595385Copy full SHA for 0595385
3 files changed
src/stochastic_arrow/arrow.pxd
@@ -1,5 +1,2 @@
1
-# cython: language_level=3str
2
-# cython: freethreading_compatible = True
3
-
4
-# This file works around a Cython 3.0.0a1+ error on arrowhead.pyx:
+# This file works around a Cython 3.0.0a1 error on arrowhead.pyx:
5
# stochastic_arrow/arrowhead.pyx:14:0: 'arrow.pxd' not found
src/stochastic_arrow/mersenne.pxd
@@ -1,6 +1,3 @@
from libc.stdint cimport uint32_t
6
src/stochastic_arrow/obsidian.pxd
from libc.stdint cimport int64_t, uint32_t
from mersenne cimport MTState
0 commit comments