diff options
author | Guido van Rossum <guido@python.org> | 2003-03-07 15:13:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-03-07 15:13:17 (GMT) |
commit | e5c691abe3946ddbaa00730b92f3b96f96903f7d (patch) | |
tree | ca9cc52c3473970b7068be8aed6ec87f9ee2418c /Misc | |
parent | 9e1595e6e4c31ebfecd1c4c9f833e39799560963 (diff) | |
download | cpython-e5c691abe3946ddbaa00730b92f3b96f96903f7d.zip cpython-e5c691abe3946ddbaa00730b92f3b96f96903f7d.tar.gz cpython-e5c691abe3946ddbaa00730b92f3b96f96903f7d.tar.bz2 |
- 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.)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -80,7 +80,9 @@ Build 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 ------------- |