summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-01-16-20-37-28.bpo-32574.ru8eZ9.rst
blob: 00650d4d02e07e259494d6656b7da5d9b86c1841 (plain)
1
2
3
Fix memory leak in asyncio.Queue, when the queue has limited size and it is
full, the cancelation of queue.put() can cause a memory leak. Patch by: José
Melero.