Python 2.4 does not support compile mode

This commit is contained in:
rocky
2024-12-12 18:20:54 -05:00
parent 2bed17b961
commit a1f3c125eb

View File

@@ -1378,7 +1378,6 @@ def code_deparse(
co,
is_lambda=is_lambda_mode(compile_mode),
is_top_level_module=is_top_level_module,
compile_mode=compile_mode,
)
# XXX workaround for profiling