Dan Villiom Podlaski Christiansen pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy
Commits: 46fdf063 by Dan Villiom Podlaski Christiansen at 2020-09-21T14:13:14+02:00 test_ffi_backend: add missing <string.h> include This fixes a test on macOS: Without <string.h>, memset() has no prototype, and using a function with neither prototype nor definition is invalid and causes a C compiler error. --HG-- branch : release-pypy3.7-v7.x - - - - - 1 changed file: - extra_tests/cffi_tests/cffi0/test_ffi_backend.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/46fdf0639edab2a7c1f637cde04948d478ebc334 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/46fdf0639edab2a7c1f637cde04948d478ebc334 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
