[Python-Dev] __pycode__ extension
Rodrigo Dias Arruda Senra
rsenra at acm.org
Thu Nov 18 23:16:06 CET 2004
[ Samuele Pedroni <pedronis at bluewin.ch> ]
-----------------------------------------------
| - people will still want a way to ship without shipping the source, or
| such that reconstructing the source is not too easy, with varying
| degrees of what is considered enough "secure"
Instead of adding source code to .pyc, why not just add references to the
original .py file inside the runtime PyObjects (iff cmdline directive is present).
If the .py module is not present, then the absence of
source *should* be respected.
cheers,
Rod Senra
--
,_
| ) Rodrigo Senra <rsenra |at| acm.org>
|(______ -----------------------------------------------
_( (|__|] GPr Sistemas http://www.gpr.com.br
_ | (|___|] IC - Unicamp http://www.ic.unicamp.br/~921234
___ (|__|]
L___(|_|] -----------------------------------------------
More information about the Python-Dev
mailing list