En Tue, 30 Dec 2008 00:32:45 -0200, <s...@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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to