Does a PVM (Python Virtual Maschine) exists ?
Will Ware
wware at world.std.com
Fri Oct 6 11:26:24 EDT 2000
More information about the Python-list mailing list
Fri Oct 6 11:26:24 EDT 2000
- Previous message (by thread): Does a PVM (Python Virtual Maschine) exists ?
- Next message (by thread): Does a PVM (Python Virtual Maschine) exists ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Does a PVM (Python Virtual Maschine) exists ?
- Next message (by thread): Does a PVM (Python Virtual Maschine) exists ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list