Commit 5096088c authored by Yury Selivanov's avatar Yury Selivanov

doc: Briefly mention C API changes in whatsnew.

parent b5d6a9d4
......@@ -879,3 +879,6 @@ Changes in the C API
introspection, a deprecation warning now is raised for builtin type without
the :attr:`__module__` attribute. Would be an AttributeError in future.
(:issue:`20204`)
* As part of PEP 492 implementation, ``tp_reserved`` slot of
``PyTypeObject`` was replaced with ``tp_as_async`` slot.
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