Skip to content

Commit 0595385

Browse files
committed
Remove unnecessary Cython directives
1 parent 8a8c67a commit 0595385

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

src/stochastic_arrow/arrow.pxd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
1+
# This file works around a Cython 3.0.0a1 error on arrowhead.pyx:
52
# stochastic_arrow/arrowhead.pyx:14:0: 'arrow.pxd' not found

src/stochastic_arrow/mersenne.pxd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# cython: language_level=3str
2-
# cython: freethreading_compatible = True
3-
41
from libc.stdint cimport uint32_t
52

63

src/stochastic_arrow/obsidian.pxd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# cython: language_level=3str
2-
# cython: freethreading_compatible = True
3-
41
from libc.stdint cimport int64_t, uint32_t
52

63
from mersenne cimport MTState

0 commit comments

Comments
 (0)