rocky / python-xdis

Python cross-version bytecode library and disassembler
GNU General Public License v2.0
292 stars 95 forks source link

Add a "long" type for use in Python3 and ... #103

Closed rocky closed 1 year ago

rocky commented 1 year ago

expose some helper functions: get_name_info() and get_const_info()

black some files

This allows us to get the "L" suffix on long types in Python3 where there is no such long thhype.