Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
1051326f
Commit
1051326f
authored
Aug 12, 2015
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #827 from vinzenz/non-loop-kw-detection
Enable libpypa support for break/continue misuse detection
parents
b5a9816c
25a514fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
build_deps/libpypa
build_deps/libpypa
+1
-1
test/tests/finally_continue.py
test/tests/finally_continue.py
+2
-2
test/tests/try_continue.py
test/tests/try_continue.py
+2
-1
No files found.
libpypa
@
8eb29273
Subproject commit
31c96e5b6d940f1455a7d47015cc7685a6179d88
Subproject commit
8eb292731c29b6083c67c3ed58789f5494fab6e4
test/tests/finally_continue.py
View file @
1051326f
#
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
#
...
...
test/tests/try_continue.py
View file @
1051326f
# expected: fail
# should_error
# skip-if: '-x' in EXTRA_JIT_ARGS
# Syntax error to have a continue outside a loop.
def
foo
():
try
:
continue
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment