Message3469

Author zyasoft
Recipients egonw_, zyasoft
Date 2008-09-05.03:04:23
SpamBayes Score 0.020530416
Marked as misclassified No
Message-id <1220583864.74.0.403359834081.issue1117@psf.upfronthosting.co.za>
In-reply-to
Content
This will not occur until the generator is garbage collected. We have a
specific test for this in test_generators.py where we do this:

>>> del g; gc.collect(); sleep(1); gc.collect()
History
Date User Action Args
2008-09-05 03:04:24zyasoftsetmessageid: <1220583864.74.0.403359834081.issue1117@psf.upfronthosting.co.za>
2008-09-05 03:04:24zyasoftsetrecipients: + zyasoft, egonw_
2008-09-05 03:04:24zyasoftlinkissue1117 messages
2008-09-05 03:04:24zyasoftcreate