]> granicus.if.org Git - python/commit
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
authorYury Selivanov <yury@magic.io>
Fri, 6 Oct 2017 06:08:57 +0000 (02:08 -0400)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2017 06:08:57 +0000 (02:08 -0400)
commitfaa135acbfcd55f79fb97f7525c8aa6f5a5b6a22
tree8fd008b849b322699e20e18f92a179c06f7b0580
parent86566702f311f8e90600e85350f6b6769a384ea5
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Doc/reference/datamodel.rst
Include/genobject.h
Lib/asyncio/streams.py
Lib/test/test_collections.py
Lib/test/test_coroutines.py
Misc/NEWS.d/next/Core and Builtins/2017-10-06-00-27-04.bpo-31709._PmU51.rst [new file with mode: 0644]
Objects/genobject.c
Python/ceval.c
Python/compile.c