From 5096088c073142e6c359b438c863a390f4fae3b8 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 12 May 2015 00:15:05 -0400 Subject: doc: Briefly mention C API changes in whatsnew. --- Doc/whatsnew/3.5.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 9325b90..8a1bd91 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -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. -- cgit v0.12