docs.whatsnew: Update ref to tp_as_async
This commit is contained in:
parent
bce294b993
commit
27947d5d5c
|
@ -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