Python in C
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Mon Dec 29 22:53:52 EST 2008
En Tue, 30 Dec 2008 00:32:45 -0200, <skip at pobox.com> escribió:
> BTW, as a person who hasn't really written a stitch of C++ in about 10
> years
> I personally find the CPython implementation to be one of the most
> well-organized large pieces of code I have ever encountered. It's much
> easier to read (to me) than any significant piece of C++ code I have ever
> tried to read.
I completely agree.
> Here are a few things which might help you understand the code structure
> a
> bit more:
I'd suggest reading object.h too - it describes the Python object system
(from the implementation POV).
--
Gabriel Genellina
More information about the Python-list
mailing list