]> granicus.if.org Git - python/commit
PyObject_Compare can now return an error. Unfortunately, there are a
authorGuido van Rossum <guido@python.org>
Fri, 23 May 1997 00:01:41 +0000 (00:01 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 May 1997 00:01:41 +0000 (00:01 +0000)
commit5b2121b25fc6a50fe229fe25ef6be8a2f883d1f4
tree18e78a7730aa0fddf20b379d44bdd4e7798bda21
parent7e8d26d78c8e015d9e1cc22b9df8144e62b6fa2a
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.
Objects/dictobject.c