commit | 3fc0f2d288cad93d374d98ca67aa8648e22e9d2f | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yselivanov@sprymix.com> | Wed Aug 05 13:52:33 2015 -0400 |
committer | Yury Selivanov <yselivanov@sprymix.com> | Wed Aug 05 13:52:33 2015 -0400 |
tree | f1d725b6a47b9e2827c50cdac1f529feb0c2d325 | |
parent | 91e561aa777f861b1406f0f60f9189d3382ab431 [diff] |
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. Patch by Gustavo J. A. M. Carneiro.