From: Yury Selivanov Date: Wed, 5 Aug 2015 17:58:43 +0000 (-0400) Subject: Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. X-Git-Tag: v3.6.0a1~1833 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3c019ca633c62f9f6a5c7a5b422f6e3f9778795;p=thirdparty%2FPython%2Fcpython.git Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. Patch by Gustavo J. A. M. Carneiro. --- b3c019ca633c62f9f6a5c7a5b422f6e3f9778795