<div dir="ltr">I&#39;m trying to understand the architecture of the core Python interpreter and virtual machine, but I&#39;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&#39;m more interested in python&#39;s security architecture, but anything about the VM or interpreter would be great!<br>
<br>Thanks,<br><br>--Jon<br></div>