On Mon, Sep 5, 2016 at 8:10 PM, Martin Panter <[email protected]> wrote: > Built-in objects are usually in the Objects/ directory, with a > corresponding include file in the Include/ directory: > https://hg.python.org/cpython/file/default/Objects/listobject.c > https://hg.python.org/cpython/file/default/Include/listobject.h > > Modules implemented in C are usually in the Modules/ directory: > https://hg.python.org/cpython/file/default/Modules/arraymodule.c
On Mon, Sep 5, 2016 at 8:10 PM, Benjamin Peterson <[email protected]> wrote: > Include/listobject.h > Objects/listobject.c > Modules/arraymodule.c Thanks to both of you. I'll start looking at those soon. :) _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
