]> granicus.if.org Git - python/commit
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting...
authorSuren Nihalani <SurenNihalani@users.noreply.github.com>
Tue, 7 Nov 2017 17:35:23 +0000 (09:35 -0800)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 7 Nov 2017 17:35:23 +0000 (20:35 +0300)
commitc62f0cb3b1f6f9ca4ce463b1c99b0543bdfa38d6
tree4455d4c210b88adb94001cb96333e2d5fe62a1a2
parentc060c7e3d1000f867f6c54f54ebbc49e0c6d6b38
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813)
Lib/asyncio/queues.py
Lib/test/test_asyncio/test_queues.py
Misc/NEWS.d/next/Library/2017-10-06-04-35-31.bpo-31620.gksLA1.rst [new file with mode: 0644]