Files
python-uncompyle6/test/bytecode_3.4
rocky 4e57c3da5b remove uncompyle3 and make test work again
* uncompyle3 removed by request
* make test on python 2.7 is failing on some python3 and python3.5
  bytecodes. Remove for now.
2016-03-11 02:10:07 -05:00
..
2015-12-21 15:41:21 -05:00
2015-12-27 16:50:45 -05:00
2015-12-27 16:50:45 -05:00
2015-12-27 16:50:45 -05:00
2015-12-21 12:34:19 -05:00
2015-12-23 20:08:07 -05:00
2015-12-27 16:50:45 -05:00
2015-12-27 16:50:45 -05:00
2015-12-27 16:50:45 -05:00
2015-12-27 16:50:45 -05:00
2015-12-21 15:41:21 -05:00

These are byte-compiled programs compiled by Python 3.4

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