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 vstinner
Recipients ebfe, vstinner
Date 2008-12-25.23:14:29
SpamBayes Score 0.0012950243
Marked as misclassified No
Message-id <1230246871.46.0.355018848758.issue4738@psf.upfronthosting.co.za>
In-reply-to
Content
A call to PyThread_free_lock(this->lock) in Comp_dealloc() and 
Decomp_dealloc(). Comp_dealloc() and Decomp_dealloc() code may also be 
factorized (write a common function to free unused_data, 
unconsumed_tail and self).
History
Date User Action Args
2008-12-25 23:14:31vstinnersetrecipients: + vstinner, ebfe
2008-12-25 23:14:31vstinnersetmessageid: <1230246871.46.0.355018848758.issue4738@psf.upfronthosting.co.za>
2008-12-25 23:14:30vstinnerlinkissue4738 messages
2008-12-25 23:14:30vstinnercreate