Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45459: C API uses type names rather than structure names (GH-31528) | Victor Stinner | 2022-02-24 | 1 | -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 Stinner | 2022-01-26 | 1 | -0/+64 |
Move Include/descrobject.h non-limited API to a new Include/cpython/descrobject.h header file. |