summaryrefslogtreecommitdiff
path: root/Include/cpython/descrobject.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-45459: C API uses type names rather than structure names (GH-31528)Victor Stinner2022-02-241-1/+1
| | | | Thanks to the new pytypedefs.h, it becomes to use type names like PyObject rather like structure names like "struct _object".
* bpo-35134: Add Include/cpython/descrobject.h (GH-30923)Victor Stinner2022-01-261-0/+64
Move Include/descrobject.h non-limited API to a new Include/cpython/descrobject.h header file.