pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

Segementation faut (python 3.11.3) file size 44kb

Open vanhdayy opened this issue 2 years ago • 1 comments

can some one tell me how to fix?

vanhdayy avatar Jun 11 '23 13:06 vanhdayy

In file ASTree.cpp line 1338 change curblock = blocks.top(); into if (!blocks.empty()){curblock = blocks.top();} will fix this problem.

due to unsupport opcodes,this project cannot fully decompile Cpython from version 3.11.

flowingair avatar Jul 11 '23 01:07 flowingair