]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__.
authorGuido van Rossum <guido@python.org>
Sun, 3 May 2015 01:38:24 +0000 (18:38 -0700)
committerGuido van Rossum <guido@python.org>
Sun, 3 May 2015 01:38:24 +0000 (18:38 -0700)
commit0a9933ebf3704540a5f31225b26acb990e1de4bf
treeaabc7b609ae15cc12bf49cd4451122d2c661c471
parent4590c3d944230aff3d1e6810d3113e790922359c
Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__.
Lib/asyncio/coroutines.py
Lib/asyncio/events.py
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS