Skip to content

Commit fe07439

Browse files
author
Matthias Koeppe
committed
sage.combinat: Add '# cython: binding=True' to the split cython modules
1 parent c0c213c commit fe07439

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/sage/combinat/combinat_cython.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: binding=True
12
"""
23
Fast computation of combinatorial functions (Cython + mpz)
34

src/sage/combinat/posets/hasse_cython.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: binding=True
12
r"""
23
Some fast computations for finite posets
34
"""

src/sage/combinat/posets/hasse_cython_flint.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: binding=True
12
r"""
23
Some fast computations for finite posets using FLINT matrices
34
"""

src/sage/combinat/posets/linear_extension_iterator.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: binding=True
12
r"""
23
Fast linear extension iterator
34
"""

src/sage/combinat/set_partition_iterator.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: binding=True
12
r"""
23
Fast set partition iterators
34
"""

0 commit comments

Comments
 (0)