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 thomas.holmes
Recipients alexis, eric.araujo, tarek, thomas.holmes
Date 2011-07-08.01:09:09
SpamBayes Score 1.307983e-06
Marked as misclassified No
Message-id <1310087350.51.0.225143882488.issue12504@psf.upfronthosting.co.za>
In-reply-to
Content
I have made the change you suggested, creating a new list and simply amending to minimize the diff. This new patch has been attached.

I looked through the rest of database.py and did not see any other generators that appeared to erroneously hold a file handle open. If you are able to identify one that actually is a problem I would be happy to change it.

In addition there is one generator function (list_distinfo_files) which feeds off of the generator I have changed but I didn't see a need to alter them as they work fine as generators.
History
Date User Action Args
2011-07-08 01:09:10thomas.holmessetrecipients: + thomas.holmes, tarek, eric.araujo, alexis
2011-07-08 01:09:10thomas.holmessetmessageid: <1310087350.51.0.225143882488.issue12504@psf.upfronthosting.co.za>
2011-07-08 01:09:09thomas.holmeslinkissue12504 messages
2011-07-08 01:09:09thomas.holmescreate