Conversation
|
Thanks for the review @zrax , I have updated the PR. |
Source Generated with Decompyle++File: QMXQ.pyc (Python 3.13)Unimplemented function 2Unimplemented function 2Unimplemented function 2Unsupported opcode: MAKE_FUNCTION (122) WARNING: Decompyle incompleteI encountered this problem, how can I solve it? |
|
Below are the errors @dasabi45
I believe function 2 is |
|
Hi @zrax any updates here would be appreciated, thanks! |
|
Sir, I've encoutered an C++ exception |
|
@NyaMisty can you please share the pyc file? it's hard to investigate without the file. |
|
@zrax I think the tests here should mostly cover the new changes. Hope you can get it expedited? Thanks! |
Adds support for below opcodes with tests -
[x]
LOAD_FAST_CHECK[x]
CALL_INTRINSIC_1-INTRINSIC_LIST_TO_TUPLE[x]
CALL_FUNCTION_EXUpdates existing
LIST_EXTENDimplementation with tests