- The extended type structure used for heap types (new-style
classes defined by Python code using a class statement) is now
exported from object.h as PyHeapTypeObject. (SF patch #696193.)
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a446df..a83e282 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,7 +80,9 @@
C API
-----
-TBD
+- The extended type structure used for heap types (new-style
+ classes defined by Python code using a class statement) is now
+ exported from object.h as PyHeapTypeObject. (SF patch #696193.)
New platforms
-------------