commit | 50d0b8b5dbe4252c5c2a669bf157a051d176ef8e | [log] [tgz] |
---|---|---|
author | Bob Badour <[email protected]> | Fri Feb 19 07:48:50 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Feb 19 07:48:50 2021 +0000 |
tree | ee2d0182d9611b11c7d1e2229bce499e812480f3 | |
parent | 00bb0357365615be280d9c42a0758dcfbbf8189a [diff] | |
parent | 032617dcaf16807609c33de06750b04615fe4565 [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/python/cffi am: 6ac53217be am: 032617dcaf Original change: https://android-review.googlesource.com/c/platform/external/python/cffi/+/1588574 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I32270aa29e5b76729b097a34248daa2854849da3
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.