shadchin 680f069da7 Support Python 3.12 for `cffi` | 11 months ago | |
---|---|---|
.. | ||
.dist-info | 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 | 1 year ago |
c | 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 | 1 year ago |
cffi | 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 | 1 year ago |
gen | f5137907c9 Split cffi on py2/py3 | 1 year ago |
AUTHORS | f5137907c9 Split cffi on py2/py3 | 1 year ago |
LICENSE | f5137907c9 Split cffi on py2/py3 | 1 year ago |
README.md | 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 | 1 year ago |
lsan.supp | 051b774378 add lsan.supp for address sanitizer | 1 year ago |
ya.make | 680f069da7 Support Python 3.12 for `cffi` | 11 months ago |
Foreign Function Interface for Python calling C code. Please see the Documentation or uncompiled in the doc/ subdirectory.
Source code is publicly available on GitHub.
To run tests under CPython, run the following in the source root directory::
pip install pytest
pip install -e . # editable install of CFFI for local development
pytest c/ testing/