nkozlovskiy 8df96b0b1c ydb: fix compilatino with address sanitizer | 1 год назад | |
---|---|---|
.. | ||
.dist-info | f5137907c9 Split cffi on py2/py3 | 1 год назад |
c | f5137907c9 Split cffi on py2/py3 | 1 год назад |
cffi | f5137907c9 Split cffi on py2/py3 | 1 год назад |
gen | f5137907c9 Split cffi on py2/py3 | 1 год назад |
AUTHORS | f5137907c9 Split cffi on py2/py3 | 1 год назад |
LICENSE | f5137907c9 Split cffi on py2/py3 | 1 год назад |
README.md | f5137907c9 Split cffi on py2/py3 | 1 год назад |
lsan.supp | 8df96b0b1c ydb: fix compilatino with address sanitizer | 1 год назад |
ya.make | f5137907c9 Split cffi on py2/py3 | 1 год назад |
Foreign Function Interface for Python calling C code. Please see the Documentation or uncompiled in the doc/ subdirectory.
To run tests under CPython, run::
pip install pytest # if you don't have py.test already
pip install pycparser
python setup.py build_ext -f -i
py.test c/ testing/
If you run in another directory (either the tests or another program),
you should use the environment variable PYTHONPATH=/path
to point
to the location that contains the _cffi_backend.so
just compiled.