summaryrefslogtreecommitdiff
path: root/Modules/python.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-07-18 01:41:08 +0200
committerVictor Stinner <victor.stinner@gmail.com>2013-07-18 01:41:08 +0200
commitace47d7efd2e2ab708fdc25936e9a8f85e08b6d3 (patch)
tree6493906040cfe23cb98638bdb712226479730ad7 /Modules/python.c
parente9af4cfaced93ea9ec37bb448dd57b8c2014bdaf (diff)
downloadcpython-git-ace47d7efd2e2ab708fdc25936e9a8f85e08b6d3.tar.gz
Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail
with an assertion error if they are called with an exception set (PyErr_Occurred()). If these functions are called with an exception set, the exception may be cleared and so the caller looses its exception. Add also assertions to PyEval_CallObjectWithKeywords() and call_function() to check if the function succeed with no exception set, or the function failed with an exception set.
Diffstat (limited to 'Modules/python.c')
0 files changed, 0 insertions, 0 deletions