Skip to content
2 changes: 1 addition & 1 deletion src/sage/libs/gmp/mpz.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from libc.stdio cimport FILE

from libc.stdint cimport intmax_t, uintmax_t

cdef extern from "gmp.h":
cdef extern from "gmp.h" nogil:

### Integer Functions ###

Expand Down
Loading
Loading