| commit | 1beaff8c8da4496b29db20e0b793dcb78d4ba171 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Tue May 10 07:02:39 2022 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Tue May 10 07:02:39 2022 +0000 |
| tree | 64f8c90740adbe25c30379d6567fd2acafcbd2dd | |
| parent | 01e5487e918527d365d38959a98eff9e52222178 [diff] | |
| parent | 046d35db06dec26c759b92b7d8de38a979d84c0b [diff] |
Snap for 8564071 from 046d35db06dec26c759b92b7d8de38a979d84c0b to mainline-conscrypt-release Change-Id: Id888329101ba3c8f7032352bf76f2de54ef6e0b4
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.