Issue Description
When using pycdc to decompile a .pyc file compiled with Python 3.13, the tool fails with the error: Unsupported opcode: MAKE_FUNCTION (122). The error occurs when processing a practical application file (filename redacted for privacy).
Environment
- Operating System: Linux (CentOS Stream 9 x86_64)
- Python Version: 3.13 (version used to compile the
.pyc file)
- pycdc Version: The version you are using (e.g., latest build from master branch)