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 naris
Recipients
Date 2000-08-24.19:38:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
there's a bug i submitted to zope that deals with a second problem
with read_lines_to_outerboundary, which will also cause a memory
leak.

the read_lines_to_outerboundary has an unnecessary line 
self.lines.append(line).  removing will fix it this second problem.
History
Date User Action Args
2007-08-23 13:49:20adminlinkissue210674 messages
2007-08-23 13:49:20admincreate