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 _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev