rocky / python-uncompyle6

A cross-version Python bytecode decompiler
GNU General Public License v3.0
3.74k stars 408 forks source link

withasstmt -> with_as #489

Closed rocky closed 6 months ago

rocky commented 6 months ago

This matches Python's AST naamae better. Some linting and sorting of dictionary keys done as well.