]> granicus.if.org Git - python/commit
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 5 Aug 2015 17:55:54 +0000 (13:55 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 5 Aug 2015 17:55:54 +0000 (13:55 -0400)
commit22506d24ee1a82fc9e5d268645113d1256114072
treecca9466c1faee452b646fcf22f7f4033850b554c
parent40c0ce472e560ba9514300e800e4be020931a45f
parent3fc0f2d288cad93d374d98ca67aa8648e22e9d2f
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.

Patch by Gustavo J. A. M. Carneiro.
Misc/NEWS