mirror of
https://github.com/python/cpython.git
synced 2026-06-03 02:00:19 -04:00
6ee4234802
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.