rocky
|
6cbb631aa6
|
In lambda code we, no stinking bogus yield
|
2020-02-09 07:32:06 -05:00 |
|
rocky
|
7af6b6bc06
|
Fix 3.0..3.3 keyword-only parameters semantic actions
|
2020-01-11 11:06:59 -05:00 |
|
rocky
|
8b74d8f855
|
Fix bug in handling 3.5- complex annotation return...
Go over runtests.sh for 3.5
|
2020-01-09 19:55:22 -05:00 |
|
rocky
|
078cca335a
|
Seomtiems we need to add "yield"...
in order to get the generator bit flag set, such as in 3.x where the
yield is optimized away.
|
2020-01-06 14:57:11 -05:00 |
|
rocky
|
63a88b8eea
|
Some Python 3.x lambda params are in reverse order
|
2020-01-06 10:54:14 -05:00 |
|
rocky
|
bbfdb814bf
|
Fix 3.4+ keyword-only parameter handling
|
2020-01-05 15:54:31 -05:00 |
|
rocky
|
716e097654
|
kwonly args in lambas for 3.3..3.5
|
2020-01-05 11:17:33 -05:00 |
|
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 |
|
rocky
|
37301ab49e
|
Was dropping docstrings! Add in decompyle make_function36
|
2019-12-27 11:41:03 -05:00 |
|
rocky
|
97e3a7eb02
|
Split out make_function.py into v2 and v3 versions
A custom 3.3 make_function will be coming soon.
|
2019-12-27 03:32:15 -05:00 |
|