Skip to content

PyDescr_NewWrapper #3335

@skaller

Description

@skaller

In Includes/cpython/descr.pxd this line 24

    PyDescr_NewWrapper(PyTypeObject* cls, wrapperbase* wrapper, void* wrapped)

appears to be a function binding, but there is no specified return type. I don't know if this is an error or not but it is unusual, and is breaking my translator script which expects functions to have a particular lexical structure, including a specified return type. What's the correct return type?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions