blob: 00650d4d02e07e259494d6656b7da5d9b86c1841 [file] [log] [blame]
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.