bpo-31709: Update importlib magic (#3906)

This commit is contained in:
Yury Selivanov 2017-10-06 10:18:10 -04:00 committed by GitHub
parent a51b90a313
commit 02e82a0596
3 changed files with 111 additions and 107 deletions

View file

@ -558,8 +558,11 @@ the original TOS1.
.. opcode:: GET_AITER
Implements ``TOS = get_awaitable(TOS.__aiter__())``. See ``GET_AWAITABLE``
for details about ``get_awaitable``
Implements ``TOS = TOS.__aiter__()``.
.. versionchanged:: 3.7
Returning awaitable objects from ``__aiter__`` is no longer
supported.
.. opcode:: GET_ANEXT