[issue31131] asyncio.wait_for() TimeoutError doesn't provide full traceback
Surenkumar Nihalani added the comment: this'd be useful to me as well. I'd propose we pass the future in the exception object. Can write a write a tiny patch for this if someone would approve. -- nosy: +snihalani ___ Python tracker <https://bugs.python.org/issue31131> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue31620] asyncio.Queue leaks memory if the queue is empty and consumers poll it frequently
Surenkumar Nihalani added the comment: I am working on fixing this. -- nosy: +snihalani ___ Python tracker <https://bugs.python.org/issue31620> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue31620] asyncio.Queue leaks memory if the queue is empty and consumers poll it frequently
Change by Surenkumar Nihalani : -- keywords: +patch pull_requests: +3797 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue31620> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com