disas.py: Do better for finding/turning a .py file into a .pyc file

across supported versions of Python. Add for else list comprehension test
This commit is contained in:
rocky
2015-12-18 08:47:30 -05:00
parent 78847fe454
commit e5f58e8ecb
3 changed files with 23 additions and 4 deletions

Binary file not shown.

View File

@@ -0,0 +1,5 @@
# Tests:
# list_compr ::= BUILD_LIST_0 list_iter
# list_iter ::= list_for
# list_for ::= expr _for designator list_iter JUMP_BACK
[b for b in (0,1,2,3)] if True else 5