Skip to content

Commit 56a1007

Browse files
committed
Skip fmpz_mod_ctx.__init__
1 parent 86ae85c commit 56a1007

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/flint/types/fmpz_mod.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ cdef class fmpz_mod_ctx:
8282

8383
def __init__(self, mod):
8484
# Ensure modulus is fmpz type
85+
return
8586
if not typecheck(mod, fmpz):
8687
mod = any_as_fmpz(mod)
8788
if mod is NotImplemented:

0 commit comments

Comments
 (0)