]> granicus.if.org Git - python/commit
Issue #18408: PyObject_Call() now fails with an assertion error in debug mode
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 15 Jul 2013 15:50:07 +0000 (17:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 15 Jul 2013 15:50:07 +0000 (17:50 +0200)
commit3de58698647221df4dc0d198bb512e7e80eec818
tree621c1063e527bf8e4d1c3404c1b59c9c678c6a20
parent33283ba3009ae1f67a73a0a6113d449ef11d039f
Issue #18408: PyObject_Call() now fails with an assertion error in debug mode
if the function called failed whereas no exception was raised, to detect bugs
earlier.
Objects/abstract.c