This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients The Compiler, ZackerySpytz, gvanrossum, hroncok, iritkatriel, pablogsal, terry.reedy, vinay.sajip
Date 2021-02-23.16:29:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614097790.08.0.00759412772728.issue43146@roundup.psfhosted.org>
In-reply-to
Content
The PR just merged fixes the issue that was reported by Florian (what I broke). That impacted pre-3.10 APIs so was an actual regression.

The issue with traceback.print_exception(None) is new to 3.10, and was introduced in issue 26389.
History
Date User Action Args
2021-02-23 16:29:50iritkatrielsetrecipients: + iritkatriel, gvanrossum, terry.reedy, vinay.sajip, The Compiler, hroncok, ZackerySpytz, pablogsal
2021-02-23 16:29:50iritkatrielsetmessageid: <1614097790.08.0.00759412772728.issue43146@roundup.psfhosted.org>
2021-02-23 16:29:50iritkatriellinkissue43146 messages
2021-02-23 16:29:50iritkatrielcreate