]> granicus.if.org Git - python/commit
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
authorYury Selivanov <yselivanov@sprymix.com>
Sat, 13 Feb 2016 22:59:05 +0000 (17:59 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Sat, 13 Feb 2016 22:59:05 +0000 (17:59 -0500)
commit77c96813ab8007ffe720c47761f44d786683a190
tree93c5ee0a73153e1ecdbde88010a8ef80d7bc72b5
parentb2a2aa7664e1cef014ebba5e4207552ac15b943c
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
Doc/reference/datamodel.rst
Lib/test/test_coroutines.py
Misc/NEWS
Objects/genobject.c