You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thesize
arg togc
calls OR the minimum version in setup.py should be updated.The text was updated successfully, but these errors were encountered: