8000 [3.11] gh-115252: Fix test_enum with -OO mode again (GH-115334) (GH-1… · python/cpython@7ba2d78 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ba2d78

Browse files
[3.11] gh-115252: Fix test_enum with -OO mode again (GH-115334) (GH-115397)
(cherry picked from commit ca3604a)
1 parent b86fdf2 commit 7ba2d78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Lib/test/test_enum.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4497,15 +4497,15 @@ class Color(enum.Enum)
44974497
| value
44984498
|\x20\x20
44994499
| ----------------------------------------------------------------------
4500-
| Methods inherited from enum.EnumType:
4500+
| Static methods inherited from enum.EnumType:
45014501
|\x20\x20
4502-
| __contains__(member) from enum.EnumType
4502+
| __contains__(member)
45034503
|\x20\x20
4504-
| __getitem__(name) from enum.EnumType
4504+
| __getitem__(name)
45054505
|\x20\x20
4506-
| __iter__() from enum.EnumType
4506+
| __iter__()
45074507
|\x20\x20
4508-
| __len__() from enum.EnumType
4508+
| __len__()
45094509
|\x20\x20
45104510
| ----------------------------------------------------------------------
45114511
| Readonly properties inherited from enum.EnumType:

0 commit comments

Comments
 (0)
0