STINNER Victor <vstin...@redhat.com> added the comment:

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

PR 7827 checks for leaks of Windows handles, this issue is about Windows 
handles, not Python reference leaks. But a Windows lock may use a Windows 
handle internally, I don't know :-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33916>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to