python-cffi / cffi

A Foreign Function Interface package for calling C libraries from Python.
https://cffi.readthedocs.io/en/latest/
Other
114 stars 41 forks source link

Fix and new warning for cdef() #46

Closed arigo closed 8 months ago

arigo commented 8 months ago

Motivated by https://github.com/python-cffi/cffi/issues/45 .