Kaydet (Commit) 9e35cac3 authored tarafından Yury Selivanov's avatar Yury Selivanov

Merge 3.5

...@@ -178,6 +178,10 @@ attributes: ...@@ -178,6 +178,10 @@ attributes:
+-----------+-----------------+---------------------------+ +-----------+-----------------+---------------------------+
| | gi_code | code | | | gi_code | code |
+-----------+-----------------+---------------------------+ +-----------+-----------------+---------------------------+
| | gi_yieldfrom | object being iterated by |
| | | ``yield from``, or |
| | | ``None`` |
+-----------+-----------------+---------------------------+
| coroutine | __name__ | name | | coroutine | __name__ | name |
+-----------+-----------------+---------------------------+ +-----------+-----------------+---------------------------+
| | __qualname__ | qualified name | | | __qualname__ | qualified name |
...@@ -191,10 +195,6 @@ attributes: ...@@ -191,10 +195,6 @@ attributes:
+-----------+-----------------+---------------------------+ +-----------+-----------------+---------------------------+
| | cr_code | code | | | cr_code | code |
+-----------+-----------------+---------------------------+ +-----------+-----------------+---------------------------+
| | gi_yieldfrom | object being iterated by |
| | | ``yield from``, or |
| | | ``None`` |
+-----------+-----------------+---------------------------+
| builtin | __doc__ | documentation string | | builtin | __doc__ | documentation string |
+-----------+-----------------+---------------------------+ +-----------+-----------------+---------------------------+
| | __name__ | original name of this | | | __name__ | original name of this |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment