]> granicus.if.org Git - python/commit
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Nov 2017 19:08:15 +0000 (11:08 -0800)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 7 Nov 2017 19:08:15 +0000 (22:08 +0300)
commitac4f6d4448fb6f9affb817bafb8357450fe43349
tree065069e8c29beb1b2ea6d6c626c505d9587da289
parent64f10492dcda4117ac06399ae46ab645cb09b19e
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (GH-3813) (#4326)

(cherry picked from commit c62f0cb3b1f6f9ca4ce463b1c99b0543bdfa38d6)
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]