diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2016-02-13 22:59:05 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2016-02-13 22:59:05 (GMT) |
commit | 77c96813ab8007ffe720c47761f44d786683a190 (patch) | |
tree | 93c5ee0a73153e1ecdbde88010a8ef80d7bc72b5 /Misc | |
parent | b2a2aa7664e1cef014ebba5e4207552ac15b943c (diff) | |
download | cpython-77c96813ab8007ffe720c47761f44d786683a190.zip cpython-77c96813ab8007ffe720c47761f44d786683a190.tar.gz cpython-77c96813ab8007ffe720c47761f44d786683a190.tar.bz2 |
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -69,6 +69,9 @@ Core and Builtins - Issue #25660: Fix TAB key behaviour in REPL with readline. +- Issue #25887: Raise a RuntimeError when a coroutine object is awaited + more than once. + Library ------- |