python-uncompyle6/test/bytecode_3.4_run
2020-01-09 19:55:22 -05:00
..
00_assign.pyc Add first 3.0 run test 2018-06-13 18:47:36 -04:00
02_slice.pyc More self-checking run tests 2019-04-10 11:49:27 -04:00
04_call_function.pyc Slightly Python 3.x handing of subclasses... 2018-04-08 05:22:35 -04:00
04_def_annotate.pyc Fix bug in handling 3.5- complex annotation return... 2020-01-09 19:55:22 -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_abc_test.pyc Handle class with one kwarg subclass 2018-04-07 07:13:49 -04:00
06_while_return.pyc 3.4+ while handling with returns ... 2019-04-15 12:03:11 -04:00
08_while_if.pyc weak-verify -> syntax-verify. More bytecode tests 2019-07-01 10:23:43 -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.4.

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