<div dir="ltr">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,<br>
<br><a href="http://docs.python.org/api/api.html">http://docs.python.org/api/api.html</a><br><br>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!<br>
<br>Thanks,<br><br>--Jon<br></div>