mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
bpo-31709: Update importlib magic (#3906)
This commit is contained in:
parent
a51b90a313
commit
02e82a0596
3 changed files with 111 additions and 107 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue