Adjust for newer xdis

This commit is contained in:
rocky
2020-06-21 20:19:44 -04:00
parent 7dec354a47
commit e3720515ae
2 changed files with 3 additions and 5 deletions

View File

@@ -119,12 +119,10 @@ def decompile(
mapstream = _get_outstream(mapstream)
deparsed = deparse_code_with_map(
bytecode_version,
co,
out,
showasm,
showast,
showgrammar,
bytecode_version,
debug_opts,
code_objects=code_objects,
is_pypy=is_pypy,
)