python-uncompyle6/test/bytecode_3.5_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
..
01_loop_if_continue.pyc 3.5, 3.6 loop if/continue handling 2018-03-28 09:23:34 -04:00
01_map_unpack.pyc Work on 3.5+ BUILD_MAP_UNPACK... 2018-04-01 13:41:16 -04:00
02_build_list_unpack.pyc Fixes #278 2019-07-14 01:12:42 +04:30
02_decorator.pyc Fix bug 3.5+ in handling nested decorators 2019-12-21 22:57:59 -05:00
02_ifelse_lambda.pyc Handle if not else in lambdas... 2018-04-25 12:57:09 -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_if_elif.pyc 3.x ifelsestmtc reduction rule fix 2020-02-13 05:41:15 -05:00
04_call_function.pyc 3.7+ use attribute_w_parens like we do in pre 3.7 2020-01-16 11:43:29 -05:00
04_def_annotate.pyc Fix bug in handling 3.5- complex annotation return... 2020-01-09 19:55:22 -05:00
04_importlist.pyc 3.7 "imports" and "or" 2020-01-11 07:23:23 -05:00
04_lambda_star_default.pyc lambda *args with kwargs in 3.4 and 3.5 2019-12-23 20:51:03 -05:00
05_block_fallback.pyc In lambda code we, no stinking bogus yield 2020-02-09 07:32:06 -05:00
05_control_flow_bugs.pyc Reinstate 3.5 tests 2020-04-18 23:18:24 -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
06_while_return.pyc 3.4+ while handling with returns ... 2019-04-15 12:03:11 -04:00
07_build_map_unpack.pyc Improve 3.5+ BUILD_MAP_UNPACK... 2018-04-06 21:34:31 -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
README Small doc typos 2018-04-09 01:36:42 -04:00

These are byte-compiled programs compiled by Python 3.5.

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