mirror of
https://github.com/python/cpython.git
synced 2026-06-02 17:50:01 -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.