Python for large projects?

Greg Ewing greg.ewing at compaq.com
Mon Jun 28 22:05:50 EDT 1999


Darrell wrote:
> 
> Read up on RExec and don't think it's the solution.

I think the only way to make an exposed data object
completely tamper-proof in Python is, as was suggested,
implement it as a C extension.

Maybe it could maybe be a thin C layer that has Python on
the other side. Would it be feasible to design a
general-purpose "rinstance" object that does for
data structures what rexec does for namespaces?

Greg




More information about the Python-list mailing list