]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix PyObject_CallFunction(), handle Py_VaBuildValue() and
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 18:29:52 +0000 (19:29 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 18:29:52 +0000 (19:29 +0100)
commit0b0c86717807bf86ba5d1d7d332529ad08179934
tree64d437e7d42f0762dd3b6ee80589fbec4b25adac
parentf38a5c28e0f032e6eb9bab7c178f43f0bd2cad8d
Issue #19437: Fix PyObject_CallFunction(), handle Py_VaBuildValue() and
PyTuple_New() failure
Objects/abstract.c