]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:11:58 +0000 (00:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:11:58 +0000 (00:11 +0200)
commit365b693adc1d3a48cfd8e4e93a02ee169096e902
treee2e5f3e39cf37fb92eb02101dc67b6a8d920dad7
parentc31df042340ed97b38d6364d4ee5a8d74aafca01
Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on
exception (when getting NULL) to an assertion to detect bugs earlier
Python/ceval.c