]> granicus.if.org Git - python/commit
Completely get rid of __dynamic__ and the corresponding
authorGuido van Rossum <guido@python.org>
Mon, 15 Oct 2001 21:05:10 +0000 (21:05 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Oct 2001 21:05:10 +0000 (21:05 +0000)
commit2f3ca6eeb6eeebcfa038cd52aca5fecfa74dbd28
treee9b823fc62c193e76066e8bfc1d0fbde0d3e6926
parentf118cb1d6fe74dc8f4b280ecd751f20777ce4fa9
Completely get rid of __dynamic__ and the corresponding
Py_TPFLAGS_DYNAMICTYPE bit.  There is no longer a performance benefit,
and I don't really see the use case any more.
Include/object.h
Lib/test/test_descr.py
Objects/typeobject.c