]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
function_call(): Remove a bogus (and I mean *really* bogus) call to
authorGuido van Rossum <guido@python.org>
Mon, 3 Dec 2001 19:22:38 +0000 (19:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Dec 2001 19:22:38 +0000 (19:22 +0000)
commitbe5234610af367f00c23c01e44ea165fbfc64b98
tree7ae75860c35ed46cac73a905d53a5d693df84abc
parent1da50f6c6ead4629df8b4c359f92547447b67324
function_call(): Remove a bogus (and I mean *really* bogus) call to
Py_DECREF(arg) after the PyErr_NoMemory() call.  (Armin Rigo, SF bug
#488477.)
Objects/funcobject.c