python-uncompyle6 icon indicating copy to clipboard operation
python-uncompyle6 copied to clipboard

Add methods to decompile "eval" code objects

Open rocky opened this issue 7 years ago • 2 comments

Description

We currently can parse, "exec" and "single", compile-mode code; we should also allow "eval".

Background

See this SO question.

rocky avatar Sep 19 '18 12:09 rocky

This is corrently done in decompyle3.

Volunteers to port that code here?

rocky avatar Feb 22 '20 18:02 rocky