]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for SF bug #115987: PyInstance_HalfBinOp does not initialize the
authorThomas Wouters <thomas@python.org>
Thu, 5 Oct 2000 12:43:25 +0000 (12:43 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 5 Oct 2000 12:43:25 +0000 (12:43 +0000)
commitdc9100f57d5f20a4b9de644b7046de3c59197639
tree1d7eef70165efcf69f7ff811a53cb52e3623f28a
parent7a90db613166e568a12621aa5448ce15eaf5c5d0
Fix for SF bug #115987: PyInstance_HalfBinOp does not initialize the
result-object-pointer that is passed in, when an exception occurs during
coercion. The pointer has to be explicitly initialized in the caller to avoid
putting trash on the Python stack.
Objects/abstract.c