python-uncompyle6/test/bytecode_3.2_run
2020-01-24 06:14:28 -05:00
..
01_triple_compare.pyc Fix bug in 3.7 chained comparison semantic action 2020-01-24 06:14:28 -05:00
02_slice.pyc More self-checking run tests 2019-04-10 11:49:27 -04: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 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
10_for_if_loopback.pyc Fix "for ... if" bug introduced since 3.6.2... 2020-01-17 04:41:16 -05:00
15_assert.pyc One more LOAD_CONST->LOAD_STR remnant and... 2019-06-09 18:20:05 -04:00
README Small doc typos 2018-04-09 01:36:42 -04:00

These are byte-compiled programs compiled by Python 3.2.

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