Skip to content

Add a chapter for introducing common function / class' corresponding source file #136

@louisom

Description

@louisom

Maybe we can add a chapter for common function/class corresponding source file.

For example:

int, long -> `Object/longobject.c <github.com/path/to/file>`_
float -> `Object/floatobject.c` ...
exec -> `foo/bar.c` ..
cProfile -> `Lib/cprofile.py` ...

I'm pretty sure this information is very important for who what to contribute, but not familiar to cpython code base. (For example, where does str stringobject.c goes in 3.7...?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions