diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2013-07-17 23:49:30 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2013-07-17 23:49:30 (GMT) |
| commit | 8e4783273709df286fb6a83506ead4df8483a695 (patch) | |
| tree | 007d4eca024d94eed5443aac681da95e5c5e7feb /Python/ceval.c | |
| parent | 4abda5d5b08f5ed09f4c72e7ba9726f89aaf8780 (diff) | |
| download | cpython-8e4783273709df286fb6a83506ead4df8483a695.zip cpython-8e4783273709df286fb6a83506ead4df8483a695.tar.gz cpython-8e4783273709df286fb6a83506ead4df8483a695.tar.bz2 | |
Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with an
assertion error if they are called with an exception set (PyErr_Occurred()).
As PyEval_EvalFrameEx(), they may clear the current exception and so the caller
looses its exception.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions
