Skip to content

Commit 4a50de3

Browse files
committed
sync with other versions
1 parent 9fd139a commit 4a50de3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uncompyle6/semantics/make_function2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
All the crazy things we have to do to handle Python functions in Python before 3.0.
1818
The saga of changes continues in 3.0 and above and in other files.
1919
"""
20+
21+
from itertools import zip_longest
22+
2023
from xdis import code_has_star_arg, code_has_star_star_arg, iscode
2124

2225
from uncompyle6.scanner import Code

0 commit comments

Comments
 (0)