SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

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.
E
Ethan Furman committed
70cfe56cafb2b549983f63d5d1a54654fe63c15c
Parent: 711eda7
Committed by GitHub <noreply@github.com> on 5/27/2022, 10:14:28 PM