Skip to content

Improve index for the C API #115172

@serhiy-storchaka

Description

@serhiy-storchaka

Index entries are added either implicitly by directives like c:function or explicitly by the index directive. And some explicitly added index entries do not match implicitly added index entries. For example:

   single: PyList_GetItem()

creates index entry PyList_GetItem(), but the function declaration creates index entry PyList_GetItem (C function). In result, two entries are not merged.

The following PR makes explicit index entries look like automatically generated ones.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.11only security fixes3.12only security fixes3.13bugs and security fixesdocsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions