summaryrefslogtreecommitdiff
path: root/demo/pyobj.py
Commit message (Collapse)AuthorAgeFilesLines
* Split (roughly) the code and the test. Use the 'p' prefix forArmin Rigo2012-08-311-89/+93
| | | | object descriptors (_P_ython) instead of 'i'.
* Complete the example.Armin Rigo2012-08-311-6/+62
|
* Ask for the length of the list from C code, too.Armin Rigo2012-08-311-3/+9
|
* Two demos of how CFFI can be used to write your own C functionsArmin Rigo2012-08-311-0/+58
using whatever API is most suitable.