]> granicus.if.org Git - python/commit
- The extended type structure used for heap types (new-style
authorGuido van Rossum <guido@python.org>
Fri, 7 Mar 2003 15:13:17 +0000 (15:13 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Mar 2003 15:13:17 +0000 (15:13 +0000)
commite5c691abe3946ddbaa00730b92f3b96f96903f7d
treeca9cc52c3473970b7068be8aed6ec87f9ee2418c
parent9e1595e6e4c31ebfecd1c4c9f833e39799560963
- 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.)
Include/object.h
Misc/NEWS
Objects/typeobject.c