Home | History | Annotate | Download | only in test

Lines Matching full:leak

891 address space, and it *looked* like a very slow leak.
2106 Prior to adding cycle-GC support to itertools.tee, this code would leak
2111 >>> def leak():
2121 >>> it = leak()
2134 >>> def leak():
2140 >>> leak()