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 | f97dfd7b59c6472dc209f85c8f0a479dd6649859 (patch) | |
tree | b4352029df8068df834ebf0e5ec6f0c5f1cdd104 /Python/formatter_unicode.c | |
parent | 4755beac3cb918a64af956b3fda3ebb5ee85c96b (diff) | |
download | cpython-git-f97dfd7b59c6472dc209f85c8f0a479dd6649859.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/formatter_unicode.c')
0 files changed, 0 insertions, 0 deletions