Dependency on libffi should be updated to 1.10
drawks opened this issue · 1 comments
drawks commented
Looking over the code I see that you use a third arg to ffi.gc
in at least 1 place. This parameter to gc wasn't added until libffi 1.10. Either the code should check the version and conditionally set the size
arg to gc
calls OR the minimum version in setup.py should be updated.