[issue31620] asyncio.Queue leaks memory if the queue is empty and consumers poll it frequently

Andrew Svetlov report at bugs.python.org
Tue Nov 7 12:35:25 EST 2017


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:


New changeset c62f0cb3b1f6f9ca4ce463b1c99b0543bdfa38d6 by Andrew Svetlov (Suren Nihalani) in branch 'master':
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813)
https://github.com/python/cpython/commit/c62f0cb3b1f6f9ca4ce463b1c99b0543bdfa38d6


----------
nosy: +asvetlov

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


More information about the Python-bugs-list mailing list