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

(cherry picked from commit ca3604a3e3)
This commit is contained in:
Serhiy Storchaka 2024-02-13 12:40:40 +02:00 committed by GitHub
parent b86fdf2222
commit 7ba2d78cbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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