python-uncompyle6/test/bytecode_3.3_run
rocky bc71bf7acd Shorten 10_complex.py
Runtime testing took too long because ranges were larger than needed
Also use newer convention for marking runable codes
2022-04-03 06:41:58 -04: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
03_doc_assign.pyc-notyet Better doc string detection 2020-07-19 20:31:50 -04:00
03_if_elif.pyc 3.x ifelsestmtc reduction rule fix 2020-02-13 05:41:15 -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
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 Shorten 10_complex.py 2022-04-03 06:41:58 -04: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.