Commit 1051326f authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #827 from vinzenz/non-loop-kw-detection

Enable libpypa support for break/continue misuse detection
parents b5a9816c 25a514fa
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