Python Source Code Documentation
Martin v. Loewis
martin at v.loewis.de
Thu Sep 5 19:39:49 EDT 2002
"Terry Reedy" <tjreedy at udel.edu> writes:
> When I looked a few years ago, I mentally divided the source files
> into four groups:
> compilation phase (a few files)
> interpretation phase (1 file, the main loop -- ceval.c?)
> builtin datatypes (one for each -- int, long, tuple, etc -- each
> with similar structure)
> other
There is the obvious division Parser, Python, Modules. Python can be
further subdivided as you indicate.
Regards,
Martin
More information about the Python-list
mailing list