This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients amaury.forgeotdarc, jhylton, pje, rhettinger, terry.reedy
Date 2008-12-12.23:29:12
SpamBayes Score 4.6802293e-06
Marked as misclassified No
Message-id <1229124553.23.0.6988651496.issue4617@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure the "del e" idea was a good solution to the garbage collection
problem.  Amaury's code looks correct to me.  Maybe the existing e
variable should be overwritten and the left intact (as it used to be) or
perhaps it should be made both temporary and invisible like the
induction variable in a list comprehension.

Phillip, any thoughts?
History
Date User Action Args
2008-12-12 23:29:13rhettingersetrecipients: + rhettinger, jhylton, terry.reedy, pje, amaury.forgeotdarc
2008-12-12 23:29:13rhettingersetmessageid: <1229124553.23.0.6988651496.issue4617@psf.upfronthosting.co.za>
2008-12-12 23:29:12rhettingerlinkissue4617 messages
2008-12-12 23:29:12rhettingercreate