python-uncompyle6/test/bytecode_3.0_run
2020-04-16 17:16:38 -04:00
..
00_assign.pyc Reinstate some 3.0 tests 2020-02-02 17:45:17 -05:00
00_chained-compare.pyc Reinstate some 3.0 tests 2020-02-02 17:45:17 -05:00
04_and_del.pyc Reinstate previously failing tests 2020-04-16 17:16:38 -04:00
04_def_annotate.pyc Bug in finding annotation in fn with docstring 2020-03-31 11:13:12 -04:00
04_lambda_star_default.pyc Handle named parameters in 3.0..3.3 lambdas 2019-12-17 09:36:10 -05:00
05_block_fallback.pyc In lambda code we, no stinking bogus yield 2020-02-09 07:32:06 -05:00
06_listcomp.pyc Reinstate previously failing tests 2020-04-16 17:16:38 -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.