]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyObject_Compare can raise an exception now.
authorGuido van Rossum <guido@python.org>
Fri, 23 May 1997 00:06:51 +0000 (00:06 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 May 1997 00:06:51 +0000 (00:06 +0000)
commitc8b6df90045a3f419e6fab272d93ad4159e54ccc
tree20cb4b6f0ba2718577079198780d5fc3852e4a70
parent5b2121b25fc6a50fe229fe25ef6be8a2f883d1f4
PyObject_Compare can raise an exception now.
Modules/arraymodule.c
Objects/classobject.c
Objects/listobject.c
Objects/object.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c