rocky / python-xdis

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

3.10 support and add 3.9 bytecode testing, rework version testing #85

Closed rocky closed 3 years ago

rocky commented 3 years ago

WIth 3.10, it is no longer tenable to use floating point numbers as versions. (This was noticed a while ago, but it was a pain to fix until now when it absolutely necessary).

Also:

FIxes #84