]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Restore changeset 5bd9db528aed (issue #18408)
authorVictor Stinner <vstinner@wyplay.com>
Mon, 26 Aug 2013 12:05:19 +0000 (14:05 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Mon, 26 Aug 2013 12:05:19 +0000 (14:05 +0200)
commit33824f6fd70f89dd39fcb7ed1651e8097c57d340
tree6047d333614cdebc7ead3b836abd9e1656f3c0f2
parentc82bfd871f33b824974469071469ac4fb491d547
Restore changeset 5bd9db528aed (issue #18408)

"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."
Objects/object.c
Objects/typeobject.c