Files
python-uncompyle6/test/bytecode_3.2
rocky 0a32a16d88 Python 3.0..3.2 bug in LOAD_FAST/STORE_LOCAL
LOAD_FAST         '__locals__'
STORE_LOCALS      ''

Also have to adjust doc constants for this crap

astnode.py: minor format change
2016-04-30 09:12:03 -04:00
..
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2015-12-21 15:41:21 -05:00

These are byte-compiled programs compiled by Python 3.2

The numbers in the filenames are to assist running the programs from
the simplest to more complex. For example, many tests have assignment
statements or function calls, so we want to test those constructs
first.

Code and organization merged from uncompyle3, uncompyle{,2}, and pycdc