Track recent xdis changes

This commit is contained in:
rocky
2023-08-26 14:39:42 -04:00
parent 20c58e2e2a
commit 803678e9b4
3 changed files with 19 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
# More could be done here though.
from math import copysign
from xdis.codetype import UnicodeForPython3
from xdis.cross_types import UnicodeForPython3
from xdis.version_info import PYTHON_VERSION_TRIPLE
def get_code_name(code) -> str: