Files
python-uncompyle6/test/bytecode_3.2
rocky 027c9a7dc0 Fix "for ... if" bug introduced since 3.6.2...
However we've isolated and documented the 3.x grammar a little bit better
2020-01-17 04:41:16 -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
2017-12-02 12:06:01 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2017-12-05 07:50:22 -05:00
2018-04-07 07:21:22 -04:00
2017-05-06 05:25:56 -04:00
2017-11-26 07:13:04 -05: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
2017-12-05 22:50:21 -05:00
2015-12-27 15:19:53 -05:00
2015-12-27 15:19:53 -05:00
2016-09-09 22:27:13 -04:00
2019-10-29 11:43:09 -04:00
2016-05-16 20:20:53 -04: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