Closed
Description
Bug report
Some versions of clang complain about unreachable code in specialize.c
Lines 1911 to 1920 in 774ef28
Python/specialize.c:1915:13: warning: code will never be executed [-Wunreachable-code]
The problem is trivial to fix.