commit | 0bacea74242b09153df418def79b0b5668508949 | [log] [tgz] |
---|---|---|
author | Bob Badour <[email protected]> | Thu Mar 26 01:24:03 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 26 01:24:03 2020 +0000 |
tree | 05ce82292af622de408f6c89fa38d61493cacbaf | |
parent | a0c2438c7a883c23642177532ad8228d7b666de4 [diff] | |
parent | 61f7dc31750ce4b25bf924e3a06c7e943f7251b2 [diff] |
Remove redundant NOTICE symbolic link. am: 90f9b6f722 am: 57cc838b96 am: 99c75577d4 am: 3dcfd7217f am: 61f7dc3175 Change-Id: I4539acbb100e4182ec984d2c7b9fc2c17b1268d4
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.