Are there some resources about Python's VM and Python's implementation?

2005-01-08 Thread cr999
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/

"Architecture of Python" was removed ?

2005-01-11 Thread cr999
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? Do

pythonnt_rc_d.h is missed when building python from source ?

2005-01-16 Thread cr999
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.   R