]> granicus.if.org Git - python/commit
Protect references to tp_descr_get and tp_dict with the appropriate test:
authorGuido van Rossum <guido@python.org>
Wed, 17 Oct 2001 20:26:38 +0000 (20:26 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Oct 2001 20:26:38 +0000 (20:26 +0000)
commit915f0eb212f62f10611180ed2d7874dae5bc66e3
tree5f476a3dc6062755a00055021807b782ef4c6382
parent1f74cb3575a51879bc7a011757958607d18e0bce
Protect references to tp_descr_get and tp_dict with the appropriate test:
PyType_HasFeature(t, Py_TPFLAGS_HAVE_CLASS).
Objects/classobject.c