[issue29762] Use "raise from None"

Josh Rosenberg report at bugs.python.org
Wed Mar 8 21:38:50 EST 2017


Josh Rosenberg added the comment:

To tie the exceptions to the actual line, would it perhaps make sense to copy over the traceback of the original exception using .with_traceback?

----------
nosy: +josh.r

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


More information about the Python-bugs-list mailing list