commit | e88c67740738cc2aecc4c70961e02327b2dad73a | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Mon Feb 22 01:13:57 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 22 01:13:57 2021 +0000 |
tree | ee2d0182d9611b11c7d1e2229bce499e812480f3 | |
parent | 3756c772c72298c21bd6d9059a5984aebb48921f [diff] | |
parent | d580171e29cdbcb3d6a8dd3421be7cde89549925 [diff] |
Snap for 7161250 from 3e013ad5e4325c9a301ddde47e997bfd797167cd to sc-release am: d580171e29 Original change: https://googleplex-android-review.googlesource.com/c/platform/external/python/cffi/+/13657607 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ied31f2cfd683c2150f24e170f3186199e59dd644
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.