Jens <multiks2...@gmail.com> added the comment:

Just inspected the PriorityQueue and LifoQueue classes, they dont employ a  
deque at all but simply a list, but all other Queues tested do (except the 
native SimpleQueue). Since they don't leak, the leak itself seems to be coming 
from deque, and the fact that it does not get released after deletion only in a 
single case when Conditions are involved, makes me think the combination of two 
produces this unreleasable leak.

----------

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

Reply via email to