]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
coroutines: Error when awaiting on coroutine that's being awaited
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 2 Mar 2016 16:30:46 +0000 (11:30 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 2 Mar 2016 16:30:46 +0000 (11:30 -0500)
commitc724bae51cd0580cd493f319f3b14c2e1a28f3b6
treeafe43c1777b5b40b5d352ed0cd232ec1c88b971c
parente076ffb068ce4e76a7103451c3bef79c2610f791
coroutines: Error when awaiting on coroutine that's being awaited

Issue #25888
Include/genobject.h
Lib/test/test_coroutines.py
Objects/genobject.c
Python/ceval.c