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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, r.david.murray
Date 2009-05-07.12:05:06
SpamBayes Score 3.6602723e-05
Marked as misclassified No
Message-id <1241697908.05.0.883608999452.issue5955@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, but the problem still exists.
self._file is a chunk.Chunk object, and its close() method does nothing.

Adding "self.file = None" at the end of chunk.Chunk.close() helps, even
if this relies on reference counting to close the file.
History
Date User Action Args
2009-05-07 12:05:08amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, benjamin.peterson, r.david.murray
2009-05-07 12:05:08amaury.forgeotdarcsetmessageid: <1241697908.05.0.883608999452.issue5955@psf.upfronthosting.co.za>
2009-05-07 12:05:06amaury.forgeotdarclinkissue5955 messages
2009-05-07 12:05:06amaury.forgeotdarccreate