Vishal writes:
[...]
> I think the main point of doing a Python-to-C conversion followed by
> creation of a dll which is re-imported into Python is performance.
> Obfuscation is a by-product of this process. But if code-protection is more
> paramount...it can be the considered the other way rou
On Sat, Jun 2, 2012 at 12:10 AM, Sriram Karra wrote:
> On Fri, Jun 1, 2012 at 6:44 PM, Vishal wrote:
>
> > >
> > > a) "test.py" a very simple 1KB python file with a main function
> > > b) "_c_test.c" a 35KB file that is generated by 2c-py
> > >
> > > (b) gets generated by the following cmd line: