while True:
try:
pass
finally:
continue
while True:
try:
pass
except Exception:
pass
else:
continue
Emitted when the continue keyword is found inside a finally clause, which
is a SyntaxError.