commit | dc9100f57d5f20a4b9de644b7046de3c59197639 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Thu Oct 05 12:43:25 2000 +0000 |
committer | Thomas Wouters <thomas@python.org> | Thu Oct 05 12:43:25 2000 +0000 |
tree | 1d7eef70165efcf69f7ff811a53cb52e3623f28a | |
parent | 7a90db613166e568a12621aa5448ce15eaf5c5d0 [diff] |
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.