Improve index for the C API · Issue #115172 · python/cpython · GitHub
Skip to content

Improve index for the C API #115172

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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