[Python-Dev] [Python-checkins] r43358 - python/trunk/Modules/itertoolsmodule.c
Neal Norwitz
nnorwitz at gmail.com
Mon Mar 27 23:30:27 CEST 2006
More information about the Python-Dev mailing list
Mon Mar 27 23:30:27 CEST 2006
- Previous message: [Python-Dev] [Python-checkins] r43358 - python/trunk/Modules/itertoolsmodule.c
- Next message: [Python-Dev] [Python-checkins] r43358 - python/trunk/Modules/itertoolsmodule.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/27/06, Thomas Wouters <thomas at python.org> wrote: > > The teeobject has GC (hence the word 'and' in 'itertools.tee and its > internal teedataobject' ;-) The problem with test_generators is that this > also leaks: > > def leak(): > def gen(): > while True: > yield g > g = gen() > > leak() Please add a test for this to the leakers and remove the tee test in leakers if that no longer leaks. Thanks, n
- Previous message: [Python-Dev] [Python-checkins] r43358 - python/trunk/Modules/itertoolsmodule.c
- Next message: [Python-Dev] [Python-checkins] r43358 - python/trunk/Modules/itertoolsmodule.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list