Message6537

Author kellyc2702
Recipients kellyc2702
Date 2011-06-01.15:50:52
SpamBayes Score 1.204536e-07
Marked as misclassified No
Message-id <1306943453.77.0.440950163263.issue1753@psf.upfronthosting.co.za>
In-reply-to
Content
zlib.py uses java Inflater and Deflater, but doesn't always clean up by calling end() on those. This creates native memory leaks because it requires finalization to run to clean up.

Patch attached.
History
Date User Action Args
2011-06-01 15:50:53kellyc2702setrecipients: + kellyc2702
2011-06-01 15:50:53kellyc2702setmessageid: <1306943453.77.0.440950163263.issue1753@psf.upfronthosting.co.za>
2011-06-01 15:50:53kellyc2702linkissue1753 messages
2011-06-01 15:50:53kellyc2702create