]> granicus.if.org Git - python/commit
Check the Py_TPFLAGS_HAVE_RICHCOMPARE flag before using the
authorGuido van Rossum <guido@python.org>
Wed, 24 Jan 2001 22:14:43 +0000 (22:14 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 24 Jan 2001 22:14:43 +0000 (22:14 +0000)
commitd1f06b9b2f8c536c7df30fa5543a4c4115516c39
tree756d2d2992658fd0a9e13b6e30d0a2e6e817b251
parentbacca54b5955ae33354b362564806a1857fe505e
Check the Py_TPFLAGS_HAVE_RICHCOMPARE flag before using the
tp_richcompare field!  (Hopefully this will make Python 2.1 binary
compatible with certain Zope extensions. :-)
Objects/object.c