Message320091
| 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:32 | methane | set | recipients: + methane, paul.moore, vstinner, tim.golden, zach.ware, steve.dower |
| 2018-06-20 16:12:32 | methane | set | messageid: <1529511152.05.0.56676864532.issue33916@psf.upfronthosting.co.za> |
| 2018-06-20 16:12:32 | methane | link | issue33916 messages |
| 2018-06-20 16:12:32 | methane | create | |