[issue33916] test_lzma: test_refleaks_in_decompressor___init__() leaks 100 handles on Windows

INADA Naoki report at bugs.python.org
Wed Jun 20 12:12:32 EDT 2018


INADA Naoki <songofacandy at gmail.com> added the comment:

In _lzmamodule.c

    self->lock = PyThread_allocate_lock();

This seems leak some resource.  But I'm not sure this lock contains refcnt on Windows.

----------
nosy: +inada.naoki

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33916>
_______________________________________


More information about the Python-bugs-list mailing list