hi,
I'm about to start my master thesis: "optimizing python interpreter" therefore i
would require your help plz ;)
first of all i need to find out, how the python interpreter is implemented, and
which are the related sources, if this stuff is somewhere documented that
would be very helpfull...
hello everyone,
i'm working on the branch:
http://svn.python.org/projects/python/branches/release25-maint/
i'm trying to build a vmgen based interpreter for python:
http://www.complang.tuwien.ac.at/anton/vmgen
from vmgen's input file, which specifies the python's opcodes a c source is
generate
hello everyone,
i would like to get a python script which executes all interpreter's opcodes, or
how am i supposed to create such script... i just need to make sure that all
opcodes (as defined in Include/opcode.h) are executed by this scrip
i need this script for testing purposes while rewrittin