Update to use xdis 4.4.0 ...

with more correct SipHash and other needed bug fixes.
This commit is contained in:
rocky
2020-04-20 10:47:34 -04:00
parent ced33a8f0b
commit 1d7e8f1617
6 changed files with 10 additions and 9 deletions

View File

@@ -183,7 +183,7 @@ def decompile_file(
filename = check_object_path(filename)
code_objects = {}
(version, timestamp, magic_int, co, is_pypy, source_size) = load_module(
(version, timestamp, magic_int, co, is_pypy, source_size, sip_hash) = load_module(
filename, code_objects
)