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 serhiy.storchaka
Recipients nadeem.vawda, serhiy.storchaka
Date 2012-11-05.11:14:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352114041.73.0.00685636171272.issue16411@psf.upfronthosting.co.za>
In-reply-to
Content
The decompressor does not hold a reference to the data object, but it holds a reference to the data. It's the unconsumed_tail attribute.

The patch is simple.
History
Date User Action Args
2012-11-05 11:14:01serhiy.storchakasetrecipients: + serhiy.storchaka, nadeem.vawda
2012-11-05 11:14:01serhiy.storchakasetmessageid: <1352114041.73.0.00685636171272.issue16411@psf.upfronthosting.co.za>
2012-11-05 11:14:01serhiy.storchakalinkissue16411 messages
2012-11-05 11:14:01serhiy.storchakacreate