Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cffi use extern "Python" instead of callbacks #899

Closed
jdavid opened this issue Apr 13, 2019 · 0 comments
Closed

cffi use extern "Python" instead of callbacks #899

jdavid opened this issue Apr 13, 2019 · 0 comments

Comments

@jdavid
Copy link
Member

jdavid commented Apr 13, 2019

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.

@jdavid jdavid closed this as completed in 0e0ae03 Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant