commit | 032617dcaf16807609c33de06750b04615fe4565 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Feb 19 06:54:50 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 19 06:54:50 2021 +0000 |
tree | ee2d0182d9611b11c7d1e2229bce499e812480f3 | |
parent | 9c1665c9ee539c47d4c66d7354bb7ac441995f6f [diff] | |
parent | 6ac53217bed15f5fe188d3d32fc9d0036954483e [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/python/cffi am: 6ac53217be Original change: https://android-review.googlesource.com/c/platform/external/python/cffi/+/1588574 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9d12433e6c5f0a4774e02792bd376920c7520c5e
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.