You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python/ceval.c:2849:17: warning: code will never be executed [-Wunreachable-code]
for (;;) {}
^~~~~~~~~~~
Python/ceval.c:2848:17: warning: code will never be executed [-Wunreachable-code]
abort(); // Unreachable
The code was first introduced from 51fc725 @gvanrossum is it really needed?