]> granicus.if.org Git - python/commit
Get rid of __defined__ and tp_defined -- there's no need to
authorGuido van Rossum <guido@python.org>
Mon, 15 Oct 2001 22:03:32 +0000 (22:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Oct 2001 22:03:32 +0000 (22:03 +0000)
commit687ae00460da9cac04eb1ba8f6f5ab4db25fbfc2
tree24a57c48ce1aa06744efacd21d635c581ef549fd
parent6642653875ff1b2f4bbe9c351c58cfa1c1abbede
Get rid of __defined__ and tp_defined -- there's no need to
distinguish __dict__ and __defined__ any more.  In the C structure,
tp_cache takes its place -- but this hasn't been implemented yet.
Include/object.h
Lib/inspect.py
Misc/NEWS
Objects/typeobject.c