[issue43911] Queue.get() memory leak

Raymond Hettinger report at bugs.python.org
Thu Apr 22 12:53:15 EDT 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

This may be a memory fragmentation problem and likely doesn't have anything to do with Queue instances.

As an experiment, try using queue.PriorityQueue and queue.LifoQueue to see if the issue persists.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list