python-uncompyle6 v3.6.5 Release Notes

Release Date: 2020-04-01 // about 4 years ago
  • Back port some of the changes in decompile3 here which mostly helps 3.7 and 3.8 decompilation, although this may also help 3.6ish versions too.

    • ๐Ÿ– Handle nested async for in for... and better async comprehension detection via xdis. Still more work is needed.
    • ๐Ÿ“œ include token number in listings when -g and there is a parser error
    • โœ‚ remove unneeded Makefiles now that remake 4.3+1.5dbg is a thing that has -c
    • ๐Ÿ› Bug in finding annotations in functions with docstrings
    • ๐Ÿ›  Fix bug found by 2.4 sre_parse.py testing
    • ๐Ÿ›  Fix transform module's ifelseif bugs
    • ๐Ÿ›  Fix bug in 3.0 name module detection
    • ๐Ÿ›  Fix docstring detection