Files
python-uncompyle6/test/simple_source
rocky b6fd9088b8 Python 2.3..2.6 "return" bug
In Python 2.6 and possibly down to 2.3 we need to issue "return" not
"return None" inside a generator. So check for that "return None"
inside n_return and issue "return" for that.
2016-09-03 08:04:52 -04:00
..
2016-06-22 22:09:06 -04:00
2016-09-03 08:04:52 -04:00
2015-12-27 16:50:45 -05:00
2016-07-11 10:22:06 -04:00
2016-07-07 13:08:00 -04:00
2016-05-08 18:41:59 -04:00
2016-08-13 09:07:15 -04:00
2016-05-19 08:40:20 -04:00

Files in this directory contain very simple constructs.
Some of these don't work across across all versions of Python.

Their simplicity is to try to make it easier to debug scanner, grammar
and semantic-action routines.

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