Joshua Landau <jos...@landau.ws> wrote:

> However, if this really is your major blocker to using Python, I
> suggest compiling with Cython.

Cython restains all the code as text, e.g. to readable generate exceptions.
Users can also still steal the extension modules and use them in their own
code. In general, Cython is not useful as an obfuscation tool.

Sturla

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to