[issue45924] Incorrect traceback when future's exception is raised multiple times

Irit Katriel report at bugs.python.org
Wed Dec 1 15:12:11 EST 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

Vishal, your output shows you’re running 3.8, not 3.10.

traceback.print_exception() used to require 3 parameters, now it can make do with just one. See the docs for the details.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45924>
_______________________________________


More information about the Python-bugs-list mailing list