]> granicus.if.org Git - python/commit
Issue #27243: Fix __aiter__ protocol
authorYury Selivanov <yury@magic.io>
Thu, 9 Jun 2016 19:08:31 +0000 (15:08 -0400)
committerYury Selivanov <yury@magic.io>
Thu, 9 Jun 2016 19:08:31 +0000 (15:08 -0400)
commita6f6edbda8648698289a8ee7abef6a35c924151b
tree9eb77fd4f552bcabfb46a3938d0ded084e7709f9
parentebe95fdabb42b02ff7eecab6bc9637cf5ccf1d2c
Issue #27243: Fix __aiter__ protocol
13 files changed:
Doc/glossary.rst
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Doc/whatsnew/3.5.rst
Include/genobject.h
Lib/_collections_abc.py
Lib/asyncio/compat.py
Lib/asyncio/streams.py
Lib/test/test_coroutines.py
Lib/test/test_grammar.py
Misc/NEWS
Objects/genobject.c
Python/ceval.c