Files
cpython/Objects
Victor Stinner f97dfd7b59 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.
2013-07-18 01:00:45 +02:00
..
2012-11-03 23:08:27 +01:00
2013-02-19 13:44:49 +01:00
2012-09-29 13:47:39 -04:00