Does a PVM (Python Virtual Maschine) exists ?

Will Ware wware at world.std.com
Fri Oct 6 11:26:24 EDT 2000


Stephan Becker (stephan.becker at oracle.com) wrote:
> So what about a P(ython)VM ??

Check Python/ceval.c in the source code. A Python VM is already an
integral part of the language. Your real question is, how do you
build a Python executable that excludes the parser and compiler.

-- 
# - - - - - - - - - - - - - - - - - - - - - - - -
# Resistance is futile. Capacitance is efficacious.
# Will Ware	email:    wware @ world.std.com



More information about the Python-list mailing list