Package pygext :: Package sandbox :: Module rc
[frames | no frames]

Module pygext.sandbox.rc

RC - Restricted Compiler

Compile-time sandbox utility, that compiles ython source to Python into bytecode, and tries to scan the code for "dangerous" instructions. Should be pretty trustworthy, provided you are careful with what you publish.

As a guideline, NEVER publish anything that gives access to abitrary dictionaries such as the builtin function 'getattr' or something like 'globals' and 'locals'.
Classes
RCompiler  

Exceptions
RCompilerError  

Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 http://epydoc.sf.net