gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in the unstable API by iritkatriel · Pull Request #105072 · python/cpython
Conversation
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doc formatting nits. Otherwise: lgtm, as far as I can see.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit 784b102 🤖
If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again.
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖
Sorry @iritkatriel, I had trouble checking out the 3.12 backport branch.
Please retry by removing and re-adding the "needs backport to 3.12" label.
Alternatively, you can backport using cherry_picker on the command line.
cherry_picker b7aadb4583b040ddc8564896b91f4e5e571c82d6 3.12
iritkatriel added a commit to iritkatriel/cpython that referenced this pull request
…except* implementation in the unstable API (pythonGH-105072) (cherry picked from commit b7aadb4) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>