Uh oh!
There was an error while loading. Please reload this page.
gh-130250: fix regression in traceback.print_last - #130318
Conversation
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
) (cherry picked from commit 6c982ae) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
GH-130325 is a backport of this pull request to the 3.13 branch. |
) (cherry picked from commit 6c982ae) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
GH-130326 is a backport of this pull request to the 3.12 branch. |
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 19, 2025
|
bedevere-bot
commented
Feb 20, 2025
|
bedevere-bot
commented
Feb 20, 2025
|
bedevere-bot
commented
Feb 20, 2025
|
bedevere-bot
commented
Feb 20, 2025
|
bedevere-bot
commented
Feb 20, 2025
|
bedevere-bot
commented
Feb 20, 2025
|
bedevere-bot
commented
Feb 20, 2025
|
freakboy3742
commented
Feb 20, 2025
Add the iOS buildbot to the list of affected platforms - it was masked by the pre-existing colorization failure, but this build is the first to include a failure in |
iritkatriel
commented
Feb 20, 2025
It should be fixed on main. Let me know if not. |
freakboy3742
commented
Feb 20, 2025
@iritkatriel I presume you're referring to the fix from #130329? This build is the most recent (complete) build of main - (triggered by #129591), which should include that fix, but the problem is still there. |
iritkatriel
commented
Feb 20, 2025
I can remove that assertion and just overwrite sys.last_exc, but I don't know if there's another issue this is exposing with some previous test impacting system state. |
serhiy-storchaka
commented
Feb 20, 2025
And you can use |
Fixes#130250.