Python internals and parser

Terry Reedy tjreedy at udel.edu
Wed Jun 22 17:55:27 EDT 2005


"Michael Barkholt" <mibar02 at student.sdu.dk> wrote in message 
news:42b9d592$0$31813$ba624c82 at nntp06.dk.telia.net...
> Is there any detailed documentation on the structure of Pythons 
> internals,
> besides the source code itself?

In detail, in one place, no.  There are bits and pieces in the C API docs 
and the Lib man chapters on the parser and dis modules and perhaps the 
compiler module.

Terry J. Reedy






More information about the Python-list mailing list