Skip to content

Commit b3eb354

Browse files
cython bug workaround
1 parent c91ef06 commit b3eb354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flint/fmpz_mpoly.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ cdef fmpz_poly_set_list(fmpz_poly_t poly, list val):
3939

4040
cdef dict _fmpz_mpoly_ctx_cache = {}
4141

42+
@cython.auto_pickle(False)
4243
cdef class fmpz_mpoly_ctx:
4344
cdef fmpz_mpoly_ctx_t val
4445

0 commit comments

Comments
 (0)