Files
python-uncompyle6/test/bytecode_3.2
rocky 9462e33f48 Fix Python 3.x bugs
* class definitions made via closures
* Add "make check-short" to top-level
* parse3.py: Python 3.3 uses STORE_LOGALS
2016-05-17 04:00:54 -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
2016-05-08 18:41:59 -04:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2016-05-05 04:41:23 -04:00
2016-05-17 04:00:54 -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
2016-05-09 20:11:25 -04:00
2016-05-16 20:20:53 -04: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