python-uncompyle6/test/bytecode_2.4_run
2022-09-30 03:45:24 -04:00
..
00_docstring.pyc Simplfy - TODO fix unicode in docstrings 2019-05-24 11:03:44 -04:00
01_for_else_try_else.pyc for/else detection for older 2.x Pythons 2020-07-06 18:38:14 -04:00
02_loop_continue_dead_code.pyc Add tests, comment what's up with change.. 2021-12-31 11:27:15 -05:00
02_try_else_loop.pyc Fix another 2.5- try/else (in loop) bug 2018-01-07 08:44:54 -05:00
03_try_else.pyc Fix another 2.5- try/else (in loop) bug 2018-01-07 08:44:54 -05:00
04_try_except_else.pyc Start grammar coverage testing 2018-03-26 08:03:54 -04:00
README Small doc typos 2018-04-09 01:36:42 -04:00

These are byte-compiled programs compiled by Python 2.4

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