]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
try_3way_compare() was returning -1 in one case where it should return
authorGuido van Rossum <guido@python.org>
Mon, 16 Dec 2002 22:32:46 +0000 (22:32 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Dec 2002 22:32:46 +0000 (22:32 +0000)
commit0a478a5bb33f9363193ca90b800dec4e3af5d6b3
tree264b3f5ced9ec8fdbbe00125b12d58dd814f8719
parent469777f0eb4e04068c776ea84410d8f3ddd8a2fc
try_3way_compare() was returning -1 in one case where it should return
-2 (i.e. an exception was set).  (This was already fixed in 2.3
through a different refactoring.)

Worth the release of Pyton 2.2.3?  Eventually, I guess...
Objects/object.c