]> granicus.if.org Git - python/commit
Update to MvL's patch #424475 to avoid returning 2 when tp_compare
authorGuido van Rossum <guido@python.org>
Thu, 16 Aug 2001 08:02:45 +0000 (08:02 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 16 Aug 2001 08:02:45 +0000 (08:02 +0000)
commit82fc51c19c90ea7a9aab0aac8db278a84cefe2b1
treeb5714e2c6dd81cdecbbf06892ea8062d89644157
parent49b253b17360908ede3d0e036cd8414a382c708a
Update to MvL's patch #424475 to avoid returning 2 when tp_compare
returns that.  (This fix is also by MvL; checkin it in because I want
to make more changes here.  I'm still not 100% satisfied -- see
comments attached to the patch.)
Objects/object.c