Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 13cb2a7

Browse files
committed
Trac #14058: fix broken doctest
1 parent c136ebd commit 13cb2a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/structure/coerce.pyx

+2
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,8 @@ cdef class CoercionModel_cache_maps(CoercionModel):
12941294
garbage collection after being involved in binary operations::
12951295
12961296
sage: import gc
1297+
sage: gc.collect() #random
1298+
852
12971299
sage: T=type(GF(2))
12981300
sage: N0=len(list(o for o in gc.get_objects() if type(o) is T))
12991301
sage: L=[ZZ(1)+GF(p)(1) for p in prime_range(2,50)]

0 commit comments

Comments
 (0)