diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-08-05 17:52:33 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-08-05 17:52:33 (GMT) |
commit | 3fc0f2d288cad93d374d98ca67aa8648e22e9d2f (patch) | |
tree | f1d725b6a47b9e2827c50cdac1f529feb0c2d325 /Misc | |
parent | 91e561aa777f861b1406f0f60f9189d3382ab431 (diff) | |
download | cpython-3fc0f2d288cad93d374d98ca67aa8648e22e9d2f.zip cpython-3fc0f2d288cad93d374d98ca67aa8648e22e9d2f.tar.gz cpython-3fc0f2d288cad93d374d98ca67aa8648e22e9d2f.tar.bz2 |
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Patch by Gustavo J. A. M. Carneiro.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ Core and Builtins - Issue #21354: PyCFunction_New function is exposed by python DLL again. +- Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. + Patch by Gustavo J. A. M. Carneiro. + Library ------- |