commit | 0200b44970a4254ad0f0ed80640d2f7f38193b49 | [log] [tgz] |
---|---|---|
author | Krzysztof Kosiński <[email protected]> | Tue Sep 20 01:39:52 2022 +0000 |
committer | Krzysztof Kosiński <[email protected]> | Tue Sep 20 01:41:18 2022 +0000 |
tree | 4873d3d96ff1bfde4d26c50243fdfbe599d82aa4 | |
parent | 046d35db06dec26c759b92b7d8de38a979d84c0b [diff] |
Disable unused Python 2 variant. Bug: 245854393 Test: presubmit Change-Id: I02470ae9256142488135bee2a49ae52b775bc8b3
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.