]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:37:30 +0000 (00:37 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:37:30 +0000 (00:37 +0200)
commitfb3a630001ee40baa6f13743d32fd3a2756fcc3d
tree5695aab83845c1c8a9664f85709332cea6e2a3e1
parent365b693adc1d3a48cfd8e4e93a02ee169096e902
Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now
fails with an assertion error
Python/errors.c