python-uncompyle6
python-uncompyle6 copied to clipboard
Add methods to decompile "eval" code objects
Description
We currently can parse, "exec" and "single", compile-mode code; we should also allow "eval".
Background
See this SO question.
This is corrently done in decompyle3.
Volunteers to port that code here?