[pypy-dev] Can't import pyc file

Antonio Cuni anto.cuni at gmail.com
Tue May 10 11:33:09 CEST 2011


On 10/05/11 11:20, Armin Rigo wrote:

> Well, if the question is "is it possible to change pypy so that..."
> then the answer is of course yes.  But before you want that, note that
> you will run into all kinds of troubles doing that, including the fact
> that the details of our .pyc files are slightly different than
> CPython's.

also, if the reason behind that is to distribute an application without
distributing the sources, note that in principle it is possible to modify pypy
to directly include the compiled modules inside the executable, making it even
(slightly) harder to decompile.

ciao,
Anto


More information about the pypy-dev mailing list