15

Someone could point out sites/books where I can find introductory documentation about the architecture of the Python VM?

I'm interested in the C version, but if there are easy-to-follow references about other implementations it could be helpful too.

I'm trying to find any kind of resources of higher level than plain source code (however, UML diagrams or something like that would be nice) And also, information about the design decisions involved, including tradeoffs between the different factors (performance, stability, simplicity).

Seki
  • 11,135
  • 7
  • 46
  • 70
Sam
  • 6,437
  • 6
  • 33
  • 41
  • Is the source repository broken? See http://www.python.org/download/svn/ for all the information. – S.Lott Mar 25 '09 at 18:25
  • 1
    As I mentioned, I am looking for something more high-level than the source code itself, (a book on the vm architecture and design would be great, but I don't think there is any), but thanks anyway. – Sam Mar 25 '09 at 18:30