Skip to content
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

[3.11] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH-110591) #110614

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 10, 2023

TypeError would be overwritten by OverflowError
if 'code' param contained non-ints.
(cherry picked from commit 344d3a2)

Co-authored-by: Nikita Sobolev mail@sobolevn.me

…ons (pythonGH-110591)

TypeError would be overwritten by OverflowError
if 'code' param contained non-ints.
(cherry picked from commit 344d3a2)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@erlend-aasland erlend-aasland enabled auto-merge (squash) October 10, 2023 10:24
@erlend-aasland erlend-aasland merged commit 7fefed0 into python:3.11 Oct 10, 2023
22 checks passed
@miss-islington miss-islington deleted the backport-344d3a2-3.11 branch October 10, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants