Files
python-uncompyle6/test/bytecode_3.4
rocky 1644370165 Handle long dict litereals in 3.4- better...
We detect them in tokenization and turn this into pseudo instructions
2024-07-15 09:46:48 -04:00
..
2015-12-27 16:50:45 -05:00
2015-12-27 16:50:45 -05:00
2017-12-02 12:06:01 -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
2017-12-05 07:50:22 -05:00
2018-04-07 07:21:22 -04:00
2016-05-11 20:34:20 -04:00
2018-01-11 21:52:33 -05:00
2016-05-03 22:27:26 -04:00
2015-12-27 16:50:45 -05:00
2016-09-11 03:39:19 -04:00
2016-05-04 22:15:03 -04:00
2016-06-19 11:15:36 -04:00
2016-10-09 06:44:08 -04:00
2017-11-29 10:12:09 -05:00
2016-06-19 11:52:38 -04:00
2018-03-01 18:56:08 -05:00
2016-09-09 22:27:13 -04:00
2016-05-15 05:37:44 -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.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