8000 gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from contextlib.suppress by iritkatriel · Pull Request #119657 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-119287: clarify doc on BaseExceptionGroup.derive and lin 8000 k to it from contextlib.suppress #119657

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

Merged
merged 4 commits into from
Jun 5, 2024

Conversation

iritkatriel
Copy link
Member
@iritkatriel iritkatriel commented May 28, 2024

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@iritkatriel iritkatriel enabled auto-merge (squash) June 5, 2024 11:35
@iritkatriel iritkatriel merged commit 5c02ea8 into python:main Jun 5, 2024
25 checks passed
@miss-islington-app
Copy link

Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12, 3.13.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 5, 2024
… it from contextlib.suppress (pythonGH-119657)

(cherry picked from commit 5c02ea8)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
@bedevere-app
Copy link
bedevere-app bot commented Jun 5, 2024

GH-120105 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jun 5, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 5, 2024
… it from contextlib.suppress (pythonGH-119657)

(cherry picked from commit 5c02ea8)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
@miss-islington-app
Copy link

Sorry, @iritkatriel, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 5c02ea8bae2287a828840f5734966da23dc573dc 3.11

@bedevere-app
Copy link
bedevere-app bot commented Jun 5, 2024

GH-120106 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Jun 5, 2024
@iritkatriel
Copy link
Member Author

Sorry, @iritkatriel, I could not cleanly backport this to 3.11 due to a conflict. Please backport using cherry_picker on command line.

cherry_picker 5c02ea8bae2287a828840f5734966da23dc573dc 3.11

context lib was only changed in 3.12, so this is actually not relevant to 3.11.

@iritkatriel iritkatriel removed the needs backport to 3.11 only security fixes label Jun 5, 2024
iritkatriel added a commit that referenced this pull request Jun 5, 2024
…o it from contextlib.suppress (GH-119657) (#120106)

gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from contextlib.suppress (GH-119657)
(cherry picked from commit 5c02ea8)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
iritkatriel added a commit that referenced this pull request Jun 5, 2024
…o it from contextlib.suppress (GH-119657) (#120105)

gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from contextlib.suppress (GH-119657)
(cherry picked from commit 5c02ea8)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
barneygale pushed a commit to barneygale/cpython that referenced this pull request Jun 5, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
793F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

contextlib.suppress converts instances of a subtype of ExceptionGroup to an instance of the ExceptionGroup class
2 participants
0