Skip to content

Py_buffer::format is implemented as char* instead of const char* #94916

@maxbachmann

Description

@maxbachmann

Bug report

The format member in Py_buffer is documented to have the type const char*. However the actual type is char*:

char *format;

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dirinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions