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 methane
Recipients methane, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-06-20.16:12:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529511152.05.0.56676864532.issue33916@psf.upfronthosting.co.za>
In-reply-to
Content
In _lzmamodule.c

    self->lock = PyThread_allocate_lock();

This seems leak some resource.  But I'm not sure this lock contains refcnt on Windows.
History
Date User Action Args
2018-06-20 16:12:32methanesetrecipients: + methane, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2018-06-20 16:12:32methanesetmessageid: <1529511152.05.0.56676864532.issue33916@psf.upfronthosting.co.za>
2018-06-20 16:12:32methanelinkissue33916 messages
2018-06-20 16:12:32methanecreate