]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #439104: Tuple richcompares has code-typo.
authorTim Peters <tim.peters@gmail.com>
Fri, 6 Jul 2001 17:45:43 +0000 (17:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 6 Jul 2001 17:45:43 +0000 (17:45 +0000)
commit6ee42348025611f537b80d5dbf55f4d5b9bd58f2
tree39578bf078a74e0410d7e68e3a8a813e450c844d
parented514946666b6cba0ecef03b2adc96d0cd1d14e9
SF bug #439104: Tuple richcompares has code-typo.
Symptom:  (1, 2, 3) <= (1, 2) returned 1.
This was already fixed in CVS for tuples, but an isomorphic error was in
the list richcompare code.
Objects/listobject.c