Skip to content

Commit 867ece7

Browse files
committed
Make this PR mergeable with #37420
1 parent d04c13a commit 867ece7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/integer.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7476,7 +7476,7 @@ cdef class int_to_Z(Morphism):
74767476
from sage.sets.pythonclass import Set_PythonType
74777477
Morphism.__init__(self, sage.categories.homset.Hom(Set_PythonType(int), integer_ring.ZZ))
74787478

7479-
cpdef Element _call_(self, a):
7479+
cpdef Element _call_(self, a) noexcept:
74807480
"""
74817481
Return a new integer with the same value as ``a``.
74827482

0 commit comments

Comments
 (0)