summaryrefslogtreecommitdiff
path: root/demo/bsdopendirtype.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compatible code in these demosArmin Rigo2015-04-291-6/+6
|
* Quick and dirty hack to get startedArmin Rigo2015-04-081-19/+5
|
* Python 3 syntax in this one demo.Armin Rigo2012-08-121-7/+7
|
* Fix demosArmin Rigo2012-08-031-1/+1
|
* Fix the demos (None => ffi.NULL)Armin Rigo2012-06-261-2/+2
|
* A clean up, now that the rule has been fixed: NULL pointers should notArmin Rigo2012-06-181-2/+2
| | | | be inside <cdata> boxes (unless you explicitly force it with ffi.cast()).
* Add another example. This one segfaults CPython on a bogusArmin Rigo2012-06-171-0/+62
reference count issue. Needs to investigate.