commit | 5b2121b25fc6a50fe229fe25ef6be8a2f883d1f4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri May 23 00:01:41 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri May 23 00:01:41 1997 +0000 |
tree | 18e78a7730aa0fddf20b379d44bdd4e7798bda21 | |
parent | 7e8d26d78c8e015d9e1cc22b9df8144e62b6fa2a [diff] |
PyObject_Compare can now return an error. Unfortunately, there are a few places where we don't know how to test for them without losing speed; don't know yet how to handle that.