[3.12] gh-115252: Fix test_enum with -OO mode again (GH-115334) (GH-115396)

(cherry picked from commit ca3604a3e3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-02-13 11:38:27 +01:00 committed by GitHub
parent 4d87832d87
commit 79d1d6de1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4806,15 +4806,15 @@ class Color(enum.Enum)
| value
|
| ----------------------------------------------------------------------
| Methods inherited from enum.EnumType:
| Static methods inherited from enum.EnumType:
|
| __contains__(value) from enum.EnumType
| __contains__(value)
|
| __getitem__(name) from enum.EnumType
| __getitem__(name)
|
| __iter__() from enum.EnumType
| __iter__()
|
| __len__() from enum.EnumType
| __len__()
|
| ----------------------------------------------------------------------
| Readonly properties inherited from enum.EnumType: