]> 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:48:47 +0000 (17:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 6 Jul 2001 17:48:47 +0000 (17:48 +0000)
commit4c633be895cb4c63820b77173be93dd4bc60a9de
tree75acf23be5f752870e850173e51760e9b47aa5ed
parentf14452e15501e745d7e345586b6ad16a9abd0a22
SF bug #439104: Tuple richcompares has code-typo.
Symptom:  (1, 2, 3) <= (1, 2) returned 1.
Also an isomorphic error was in the list richcompare code.
Objects/listobject.c
Objects/tupleobject.c