Skip to content

gh-102549: [Enum] fail enum creation when data type raises in __init__ - #103149

Merged
ethanfurman merged 2 commits into
python:mainfrom
ethanfurman:enum-silent_exception
Mar 31, 2023
Merged

gh-102549: [Enum] fail enum creation when data type raises in __init__#103149
ethanfurman merged 2 commits into
python:mainfrom
ethanfurman:enum-silent_exception

Conversation

@ethanfurman

@ethanfurmanethanfurman commented Mar 31, 2023

Copy link
Copy Markdown
Member

@ethanfurmanethanfurman added type-bug An unexpected behavior, bug, or error stdlib Standard Library Python modules in the Lib/ directory 3.11 only security fixes 3.12 only security fixes needs backport to 3.11 only security fixes labels Mar 31, 2023
@ethanfurmanethanfurman self-assigned this Mar 31, 2023
@ethanfurman
ethanfurman merged commit 2a4d8c0 into python:mainMar 31, 2023
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-103154 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 31, 2023
…_init__ (pythonGH-103149)
(cherry picked from commit 2a4d8c0)
Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
@bedevere-botbedevere-bot removed the needs backport to 3.11 only security fixes label Mar 31, 2023
miss-islington added a commit that referenced this pull request Apr 3, 2023
GH-103149)
(cherry picked from commit 2a4d8c0)
Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
@ethanfurman
ethanfurman deleted the enum-silent_exception branch February 1, 2024 01:41
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.11only security fixes3.12only security fixesstdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ethanfurman@miss-islington@bedevere-bot