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