commit | 29078aa0d320adaef9beb3586122a68054b23510 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Fri Apr 10 04:46:39 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Apr 10 04:46:39 2020 +0000 |
tree | 05ce82292af622de408f6c89fa38d61493cacbaf | |
parent | 0bacea74242b09153df418def79b0b5668508949 [diff] | |
parent | 0ec4d40dde3a7476c59bf0ad8e52e7997ea76a27 [diff] |
[automerger skipped] DO NOT MERGE - Empty merge qt-qpr1-dev-plus-aosp into stag-aosp-master am: cb16c1f6cc -s ours am: 244a6e4f9e am: cdb84060ef am: 0ec4d40dde -s ours am skip reason: subject contains skip directive Change-Id: I117abd3dd03eaa265b166d6ff2465fff1adf9c8a
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.