python-uncompyle6/test/bytecode_3.3_run
2020-01-24 06:14:28 -05:00
..
00_docstring.pyc Simplify make_function3 by customization 2019-12-27 13:02:59 -05:00
01_triple_compare.pyc Fix bug in 3.7 chained comparison semantic action 2020-01-24 06:14:28 -05:00
02_ifelse_comprehension.pyc Python 2.6-2.7ish generator handling 2019-04-15 20:32:15 -04:00
02_pos_args.pyc kwonly args in lambas for 3.3..3.5 2020-01-05 11:17:33 -05:00
02_slice.pyc More self-checking run tests 2019-04-10 11:49:27 -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_nonlocal.pyc Handle 3.x "nonlocal" statement 2018-03-19 07:57:25 -04:00
08_if_else.pyc Add semantic rule for 3.x "conditionalnot" 2019-04-22 21:18:17 -04:00
08_while_if.pyc weak-verify -> syntax-verify. More bytecode tests 2019-07-01 10:23:43 -04:00
10_complex.pyc Bugs found in test_complex.py 2019-12-17 18:27:43 -05:00
10_for.pyc Bang on Python 3.8 2019-04-10 07:22:43 -04:00
10_mixed_boolean.pyc More run tests 2019-04-10 11:05:46 -04:00
15_assert.pyc 3.3-3.4 pos kwargs ordering 2019-06-08 18:40:50 -04:00
README Small doc typos 2018-04-09 01:36:42 -04:00

These are byte-compiled programs compiled by Python 3.3.

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