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

Skip to content

Commit 79d1d6d

Browse files
[3.12] gh-115252: Fix test_enum with -OO mode again (GH-115334) (GH-115396)
(cherry picked from commit ca3604a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 4d87832 commit 79d1d6d

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
@@ -4806,15 +4806,15 @@ class Color(enum.Enum)
48064806
| value
48074807
|
48084808
| ----------------------------------------------------------------------
4809-
| Methods inherited from enum.EnumType:
4809+
| Static methods inherited from enum.EnumType:
48104810
|
4811-
| __contains__(value) from enum.EnumType
4811+
| __contains__(value)
48124812
|
4813-
| __getitem__(name) from enum.EnumType
4813+
| __getitem__(name)
48144814
|
4815-
| __iter__() from enum.EnumType
4815+
| __iter__()
48164816
|
4817-
| __len__() from enum.EnumType
4817+
| __len__()
48184818
|
48194819
| ----------------------------------------------------------------------
48204820
| Readonly properties inherited from enum.EnumType:

0 commit comments

Comments
 (0)
0