[issue23571] Raise SystemError if a function returns a result with an exception set

STINNER Victor report at bugs.python.org
Sat Mar 21 12:00:07 CET 2015


STINNER Victor added the comment:

Serhiy was right: we should mention the name of the function in the
exception. In the Django traceback, it's not easy to guess what raised the
SystemError.

Ok to mention the change in What's New in Python 3.5.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23571>
_______________________________________


More information about the Python-bugs-list mailing list