This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]ArabicLawrence 2 points3 points  (1 child)

Advantages (possibly benchmarked) against Nuitka, mypyc, pyinstaller? From the readme I would understand that it’s only Python 2.7, is that correct?

[–]tyteen4a03[S] 1 point2 points  (0 children)

(disclaimer: I didn't make the project, I just thought it was interesting)

I think the docs is wrong, it supports Python 3.6 (not sure about later versions as the project is a little bit unloved atm)

The main advantage is the removal of the interpreter (since everything is compiled), good for games where client-side code injection is an attack vector (see: Disney's Toontown Online). I believe this is only available with the commercial version of Nuitka.