Skip to content

Commit eb840a4

Browse files
committed
re-introduce cdef
1 parent f2c06d3 commit eb840a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/structure/coerce.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,7 @@ cdef class CoercionModel:
16001600
"""
16011601
if homs is None:
16021602
return None
1603+
cdef Map R_map, S_map
16031604
R_map, S_map = homs
16041605
if isinstance(R, type):
16051606
R = Set_PythonType(R)

0 commit comments

Comments
 (0)