commit | 2da0ea82ba0c817013fca1442d14ee3596f03bcb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Feb 22 22:18:04 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Feb 22 22:18:04 2001 +0000 |
tree | c9a2d6e68429e24640791c9d68d0717bd0f49607 | |
parent | 230d17d0d127bc1bc5a29cd635d1d5bdfba76434 [diff] |
In try_3way_to_rich_compare(), swap the call to default_3way_compare() and the test for errors, so that an error in the default compare doesn't go undetected. This fixes SF Bug #132933 (submitted by effbot) -- list.sort doesn't detect comparision errors.