]> granicus.if.org Git - python/commit
Issue #22290: PyObject_Call() now fails with an assertion error when called
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 4 Sep 2014 23:10:29 +0000 (01:10 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 4 Sep 2014 23:10:29 +0000 (01:10 +0200)
commit8f4ec8d3ef9a75d7238c93cb55fdfcd0fe4ddc02
tree1c8171082d5ed865bac9c71f8aa1b08f6f6c708b
parent47e40429fbebb7c0751c5cb20d666089b05710c6
Issue #22290: PyObject_Call() now fails with an assertion error when called
with an exception set. This new assertion helps to understand if the exception
was already set before calling the function or raised by the function.
Objects/abstract.c