python-uncompyle6/test/bytecode_3.3_run
2018-03-26 18:11:57 -04:00
..
05_nonlocal.pyc Handle 3.x "nonlocal" statement 2018-03-19 07:57:25 -04:00
15_assert.pyc LOAD assert needs to be on 3.x... 2018-03-26 18:11:57 -04:00
README Go over verification routines again 2018-01-24 06:20:38 -05:00

These are byte-compiled programs compiled by Python 3.3.

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