Skip to content
Snippets Groups Projects
Unverified Commit 70cfe56c authored by Ethan Furman's avatar Ethan Furman Committed by GitHub
Browse files

gh-93250: [Enum] Change IntEnum boundary to KEEP for backwards compatibility (GH-93302)

In previous versions of Python if an IntEnum member was combined with another integer type value using a bit-wise operation, the resulting value would still be the IntEnum type.  This change restores that behavior.
parent 711eda7d
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment