mirror of https://github.com/python/cpython
Browse Source
"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."pull/224/head
2 changed files with 22 additions and 0 deletions
Loading…
Reference in new issue