diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-07-18 01:00:45 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-07-18 01:00:45 +0200 |
commit | d2f8f1bf739a09dce0d2e88da25a86f4b75eae66 (patch) | |
tree | d911862f63ac31bb3b8f6fbf4fe864d68f3b9f53 /Python/errors.c | |
parent | 26a9578b92eb2ed179d488f6a2eb416ffcdb58f4 (diff) | |
download | cpython-d2f8f1bf739a09dce0d2e88da25a86f4b75eae66.tar.gz |
Issue #18408: Fix dict_repr(), don't call PyObject_Repr() with an exception set
PyObject_Repr() can removes the current exception. For example, module_repr()
calls PyErr_Clear() if calling loader.module_repr(mod) failed.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions