rocky
|
0c7427069e
|
strings need quotes in ADD_VALUE instructions
|
2022-09-30 03:33:47 -04:00 |
|
rocky
|
371138cfbc
|
handle long literal constants faster
|
2022-04-24 13:11:20 -04:00 |
|
rocky
|
16c900ff1d
|
Propagate show_asm debug option down to functions
|
2021-12-17 06:07:18 -05:00 |
|
rocky
|
f6f0e344d0
|
Python 3.6+ specialization
|
2021-11-03 02:23:19 -04:00 |
|
rocky
|
ed34bf9d4a
|
use xdis.PYTHON3 not uncompyle.PYTHON3
|
2021-11-02 06:53:11 -04:00 |
|
rocky
|
a215ee2f00
|
Use "co_consts" in docstring detection.
Note: this is an upheaval because we need to pass "code" or at least
"code.co_consts" to the docstring detection routine
|
2020-07-21 10:31:07 -04:00 |
|
rocky
|
3fb8d90407
|
Revise for xdis 3.6.0 ...
Simplify xdis imports where we can.
Blacken (most) of those buffers too
|
2020-05-18 21:49:16 -04:00 |
|
rocky
|
869e48877c
|
Convert to use xdis 4.3.0 or greater
|
2020-04-16 08:41:53 -04:00 |
|
rocky
|
af8add9df4
|
Bug in finding annotation in fn with docstring
|
2020-03-31 11:13:12 -04:00 |
|
rocky
|
6cbb631aa6
|
In lambda code we, no stinking bogus yield
|
2020-02-09 07:32:06 -05:00 |
|
rocky
|
5c31fdc362
|
Fix bug in 3.6 handling kwonly params ...
when there are annotation args
|
2020-01-24 05:47:41 -05:00 |
|
rocky
|
5616f56442
|
Remove unreachable code from make_function36.py...
with respect to picking out MAKE_FUNCTION attributes.
Fill in runtests.sh exclude lists
|
2020-01-24 05:05:56 -05:00 |
|
rocky
|
a3beccc874
|
Another case where we need code to set the generator bit..
via a dead-code "yield".
|
2020-01-06 17:22:50 -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
|
37301ab49e
|
Was dropping docstrings! Add in decompyle make_function36
|
2019-12-27 11:41:03 -05:00 |
|