8000 bpo-45203: fix compiler warnings (GH-28357) · python/cpython@4857e53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4857e53

Browse files
bpo-45203: fix compiler warnings (GH-28357)
Co-authored-by: Mark Shannon <mark@hotpy.org>
1 parent b2b035a commit 4857e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/specialize.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ load_method_fail_kind(DesciptorClassification kind)
875875
case ABSENT:
876876
return SPEC_FAIL_EXPECTED_ERROR;
877877
}
878+
Py_UNREACHABLE();
878879
}
879880
#endif
880881

0 commit comments

Comments
 (0)
0