]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* classobject.c: in instance_lenth, test result of call_object
authorGuido van Rossum <guido@python.org>
Thu, 26 Nov 1992 10:30:26 +0000 (10:30 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 26 Nov 1992 10:30:26 +0000 (10:30 +0000)
commitd014ea6b5efbfb3d143fc8aacf8bee733cf4c8f0
treedc0e77dcbbf8da041a72226eda0aefbc849cd6eb
parent18fc5696c8be30b56485a20dc48f7f683b472f79
* classobject.c: in instance_lenth, test result of call_object
  for exception before using it.  Fixed a few other places where the
  outcome of calling sq_length wasn't tested for exceptions
  (bltinmodule.c, ceval.c).
Objects/classobject.c
Python/bltinmodule.c
Python/ceval.c