-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-103791: handle BaseExceptionGroup
in contextlib.suppress()
#111910
gh-103791: handle BaseExceptionGroup
in contextlib.suppress()
#111910
Conversation
I don't think we are going to backport this. This is not a bug in 3.12 - it's doing what the docs says. So I believe the changeversion could be just 3.13. |
IMO it should be backported to 3.12.1: it seems likely that the missing support for |
I'd call it a bug and backport. |
0dfe1a7
to
bb4220c
Compare
bb4220c
to
b8bc136
Compare
Thanks @Zac-HD for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…)` (pythonGH-111910) (cherry picked from commit d61313b) Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
GH-111955 is a backport of this pull request to the 3.12 branch. |
As suggested by @iritkatriel in #103792 (comment).
📚 Documentation preview 📚: https://cpython-previews--111910.org.readthedocs.build/