rocky / python-uncompyle6

A cross-version Python bytecode decompiler
GNU General Public License v3.0
3.74k stars 408 forks source link

Proposed fix for the extra quotes #452

Closed andrem-eberle closed 1 year ago

andrem-eberle commented 1 year ago

I separated repr and str by Python version. The test is still broken, the 3.8 bytecode is being decompiled in wrong blocks, I might look into that later.

rocky commented 1 year ago

Do you know if the breakage is exactly between Python 2.7 and 3.0 or could it between some other two successive versions?

andrem-eberle commented 1 year ago

I am not sure which versions break, I can investigate this further

rocky commented 1 year ago

I will make the changes I suggest and revise the test in a future chagne.