Are there some resources about Python's VM and Python's implementation?
I am very interested in Python's VM and also Python's implementation. I want to read the Phton's source code but i think it is very helpful if there are some resources and docuemnts about this topic. Anybody knows about this? Thanks :) Robert -- http://mail.python.org/mailman/listinfo/python-list
"Architecture of Python" was removed ?
I found the "Architecture of Python" ( http://wiki.cs.uiuc.edu/cs427/PYTHON By Jim Jackson, Kar-Han Tan )is very useful for my understanding of the Python's architecture. But I found the link is not link to that document today. It seems that the document was removed. Who knows what happened? Does anyone here have a copy of that document? Or who can tell me what is the email address of Jim Jackson or Kar-Han Tan. Thanks a lot. Best Regards. :) Robert.-- http://mail.python.org/mailman/listinfo/python-list
pythonnt_rc_d.h is missed when building python from source ?
I download the source code of Python-2.3.4 from python.org. But I can't build python from source under Win2000. The compiler complained that there is no pythonnt_rc_d.h file which is included in Python-2.3.4\PC\python_nt.rc. Who knows the reason ? Thanks. Best Regards. Robert. -- http://mail.python.org/mailman/listinfo/python-list
