]> granicus.if.org Git - python/commit
Add an example of a generator->freevar->cell->generator reference-cycle that
authorThomas Wouters <thomas@python.org>
Tue, 28 Mar 2006 08:14:24 +0000 (08:14 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 28 Mar 2006 08:14:24 +0000 (08:14 +0000)
commita33b2bc873fd5b02e02c8961a32989c83066414e
treef8b318146ae25bd354b9779f52b7dc19a86b5efb
parent96c3f7f56bcbb1db26d0b09cfe17b89dd032a813
Add an example of a generator->freevar->cell->generator reference-cycle that
doesn't get cleaned up and thus leaks.
Lib/test/leakers/test_generator_cycle.py [new file with mode: 0644]