]> 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:58:43 +0000 (13:58 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 5 Aug 2015 17:58:43 +0000 (13:58 -0400)
commitb3c019ca633c62f9f6a5c7a5b422f6e3f9778795
treec52520b9edd05d4b86b9b6a1272ea29e55ad285c
parent4aac06ae50f987991dd583ef851c76c598380ba1
parent22506d24ee1a82fc9e5d268645113d1256114072
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.

Patch by Gustavo J. A. M. Carneiro.