Commit 25a514fa authored by Vinzenz Feenstra's avatar Vinzenz Feenstra

Enable libpypa support for break/continue misuse detection

parent 7e14a2ce
Subproject commit 31c96e5b6d940f1455a7d47015cc7685a6179d88
Subproject commit 8eb292731c29b6083c67c3ed58789f5494fab6e4
# expected: fail
# - don't do this check yet
# should_error
# skip-if: '-x' in EXTRA_JIT_ARGS
# Syntax error to have a "continue" in a finally
#
......
# expected: fail
# should_error
# skip-if: '-x' in EXTRA_JIT_ARGS
# Syntax error to have a continue outside a loop.
def foo():
try: continue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment