python-uncompyle6/test/bytecode_3.3_run
2019-04-15 20:32:15 -04:00
..
02_ifelse_comprehension.pyc Python 2.6-2.7ish generator handling 2019-04-15 20:32:15 -04:00
02_slice.pyc More self-checking run tests 2019-04-10 11:49:27 -04:00
05_nonlocal.pyc Handle 3.x "nonlocal" statement 2018-03-19 07:57:25 -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 LOAD assert needs to be on 3.x... 2018-03-26 18:11:57 -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.