Skip to content

some unicode APIs do not document error behavior #95079

@maxbachmann

Description

@maxbachmann

Documentation

I came across some APIs in the unicode C-API, which do not document how they behave in the error case:

  • PyUnicode_New
  • PyUnicode_GetLength
  • PyUnicode_WriteChar
  • PyUnicode_ReadChar
  • PyUnicode_Substring

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions