This project called 2C-Python, because: 1) compiler build to to work with CPython 2) compiler generates C-code. (C + C = 2C).
Difference from Cython: 1) No syntax parser. I decompile Python bytecode to source-like structure, after it generate C-code. 2) Direct using PyFrameObject to compatibility with CPython code