[Python-Dev] Python Virtual Machine Architecture (original) (raw)
Jon Stritar jstritar at gmail.com
Fri Aug 8 22:17:57 CEST 2008
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Python Virtual Machine Architecture
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm trying to understand the architecture of the core Python interpreter and virtual machine, but I've been having trouble finding the documentation. It looks like most of the docs are for either writing Python programs or extending / writing modules. Is there any documentation (or papers) geared towards understanding the core? The closest I could find was this,
http://docs.python.org/api/api.html
but that is still geared towards extending it with C modules. I guess I'm more interested in python's security architecture, but anything about the VM or interpreter would be great!
Thanks,
--Jon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20080808/c9b30ff5/attachment-0001.htm>
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Python Virtual Machine Architecture
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]