Merge 3.5
This commit is contained in:
commit
d396d53bc7
|
@ -1109,5 +1109,5 @@ Changes in the C API
|
||||||
|
|
||||||
* As part of :pep:`492` implementation, ``tp_reserved`` slot of
|
* As part of :pep:`492` implementation, ``tp_reserved`` slot of
|
||||||
:c:type:`PyTypeObject` was replaced with a
|
:c:type:`PyTypeObject` was replaced with a
|
||||||
:c:member:`PyTypeObject.tp_as_async` slot. Refer to :ref:`coro-objects` for
|
:c:member:`tp_as_async` slot. Refer to :ref:`coro-objects` for
|
||||||
new types, structures and functions.
|
new types, structures and functions.
|
||||||
|
|
Loading…
Reference in New Issue