Files
python-uncompyle6/test/bytecode_3.3_run
rocky 62c249d6b2 Simplify make_function3 by customization
We now have different routines for 3.6+
(and 2.x from before).

This is desirable before fixing 3.0..3.5 lambdas with default
paramerts and * args.
2019-12-27 13:02:59 -05:00
..
2019-04-17 15:44:33 -04:00
2019-04-10 11:49:27 -04:00
2019-12-17 18:27:43 -05:00
2019-04-10 07:22:43 -04:00
2019-04-10 11:05:46 -04:00
2019-06-08 18:40:50 -04:00
2018-04-09 01:36:42 -04:00

These are byte-compiled programs compiled by Python 3.3.

Furthermore, the programs here are self-checking: when decompiled and
then run again in a 3.3 interpreter, they are likely to give an error
when they are miscompiled.