python-uncompyle6/test/bytecode_3.1_run
2020-01-15 02:36:19 -05:00
..
02_ifelse_comprehension.pyc Python 2.6-2.7ish generator handling 2019-04-15 20:32:15 -04: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
05_abc_test.pyc Handle class with one kwarg subclass 2018-04-07 07:13:49 -04:00
05_dict_comp.pyc Correct handling "if" in dictcomp in semantic actions for 3.x 2020-01-15 02:36:19 -05:00
10_complex.pyc Bugs found in test_complex.py 2019-12-17 18:27:43 -05: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.1.

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