Files
python-uncompyle6/test/bytecode_2.7_run
rocky f2f17740ee 2.7 if_expr_true restriction ...
condition_true -> if_expr_true
condition_lambda -> if_expr_lambda

These correspond to the Python AST names better.
2019-05-05 16:09:10 -04:00
..
2018-01-24 10:41:15 -05:00
2019-04-17 15:44:33 -04:00
2019-04-10 11:49:27 -04:00
2018-04-09 01:36:42 -04:00

These are byte-compiled programs compiled by Python 2.7.

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