SIGN IN SIGN UP

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.
V
Victor Stinner committed
8e4783273709df286fb6a83506ead4df8483a695
Parent: 4abda5d