[Python-Dev] [ANN] VPython 0.1

Phillip J. Eby pje at telecommunity.com
Fri Oct 24 17:43:06 CEST 2008


At 10:47 AM 10/24/2008 +0200, J. Sievers wrote:
>  - Right now, CPython's bytecode is translated to direct threaded code
>  lazily (when a code object is first evaluated). This would have to
>  be merged into compile.c in some way plus some assorted minor changes.

Don't you mean codeobject.c?  I don't see how the compiler relates, 
as Python programs can generate or transform bytecode.  (For example, 
Zope's Python sandboxing works that way.)



More information about the Python-Dev mailing list