sync with other versions

This commit is contained in:
rocky
2024-02-24 18:31:57 -05:00
parent 9fd139a41d
commit 4a50de38e4

View File

@@ -17,6 +17,9 @@
All the crazy things we have to do to handle Python functions in Python before 3.0.
The saga of changes continues in 3.0 and above and in other files.
"""
from itertools import zip_longest
from xdis import code_has_star_arg, code_has_star_star_arg, iscode
from uncompyle6.scanner import Code