]> granicus.if.org Git - python/commit
Issue #23571: In debug mode, _Py_CheckFunctionResult() now calls
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Mar 2015 11:53:59 +0000 (12:53 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Mar 2015 11:53:59 +0000 (12:53 +0100)
commit3b06dfb9d13b47d6597bb28b5eda76e9976246ca
treed8841540999cbfd9f384258a8f881f7035c36d67
parentde821befd4a924adb50458163a14dfe6ea9ed448
Issue #23571: In debug mode, _Py_CheckFunctionResult() now calls
Py_FatalError() instead of using an assertion in debug mode. Py_FatalError()
displays the current exception and the traceback which contain more information
than just the assertion error.
Objects/abstract.c