You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Python 2.4 does not support compile mode
This commit is contained in:
@@ -1378,7 +1378,6 @@ def code_deparse(
|
|||||||
co,
|
co,
|
||||||
is_lambda=is_lambda_mode(compile_mode),
|
is_lambda=is_lambda_mode(compile_mode),
|
||||||
is_top_level_module=is_top_level_module,
|
is_top_level_module=is_top_level_module,
|
||||||
compile_mode=compile_mode,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# XXX workaround for profiling
|
# XXX workaround for profiling
|
||||||
|
Reference in New Issue
Block a user