python-uncompyle6/test/bytecode_3.0_run
rocky 01b2b46757 Handle named parameters in 3.0..3.3 lambdas
What a pain. Thank you, Python!
2019-12-17 09:36:10 -05:00
..
00_assign.pyc Python 3.0 chained comparisions 2018-06-23 07:38:34 -04:00
00_chained-compare.pyc Python 3.0 chained comparisions 2018-06-23 07:38:34 -04:00
04_and_del.pyc Cope more JUMP/POP_IF not being in 3.0... 2019-11-11 19:58:35 -05:00
04_def_annotate.pyc Update tests related to branch 2019-06-30 18:20:40 -04:00
04_lambda_star_default.pyc Handle named parameters in 3.0..3.3 lambdas 2019-12-17 09:36:10 -05:00
06_listcomp.pyc Add 3.0 comp_if_not grammar rule 2018-06-24 07:28:58 -04:00
15_mixed_expressions.pyc Small logic correction in run-time test. 2019-12-09 04:09:44 -05:00
README Small doc typos 2018-04-09 01:36:42 -04:00

These are byte-compiled programs compiled by Python 3.0.

Furthermore, the programs here are self-checking: when decompiled and
then run again in a 3.0 interpreter, they are likely to give an error
when they are miscompiled.