[3.10] [Enum] update member.member removal (GH-29608)

Accessing one enum member from another originally raised an `AttributeError`, but became possible due to a performance boost implementation detail.  In 3.11 it will again raise an `AttributeError`.
1 file changed