]> granicus.if.org Git - python/commit
Sigh. Strengthen the resriction of the previous checkin: tp_new is
authorGuido van Rossum <guido@python.org>
Thu, 9 Aug 2001 19:43:37 +0000 (19:43 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Aug 2001 19:43:37 +0000 (19:43 +0000)
commit29687cd2112c540a8a4d31cf3b191cf10db08412
tree41b91c830a083ac78cba02117fea01bee9f07041
parentc11e192d416e2970e6a06cf06d4cf788f322c6ea
Sigh.  Strengthen the resriction of the previous checkin: tp_new is
inherited unless *both*: (a) the base type is 'object', and (b) the
subtype is not a "heap" type.
Objects/typeobject.c