Skip to content

cffi use extern "Python" instead of callbacks #899

Closed
@jdavid

Description

@jdavid

Since cffi 1.4 the preferred way is to use @ffi.def_extern() instead of @ffi.callback(..)

See https://cffi.readthedocs.io/en/latest/using.html#extern-python

Solving this issue will raise the requirement to cffi 1.4 or above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions