Non-function fields, like tp_dictoffset and tp_weaklistoffset, should
authorGuido van Rossum <guido@python.org>
Tue, 14 Aug 2001 20:04:48 +0000 (20:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 14 Aug 2001 20:04:48 +0000 (20:04 +0000)
commit4dd64ab5eae7de3074b9cb94e22e80f43653e232
treed6c1e05364313bfdad9b88b4e7ea9aea71950c57
parent481081e3693e1a7169cf8127725f7dc0e1750f29
Non-function fields, like tp_dictoffset and tp_weaklistoffset, should
be inherited in inherit_special(), otherwise dynamic types don't
inherit these.

Also added some XXX comments about open ends.
Objects/typeobject.c