aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/return_null_test.py
Commit message (Collapse)AuthorAgeFilesLines
* chmod -x on all tests.Hugo Parente Lima2010-06-161-0/+0
| | | | We can't run they standalone anyway, because they need some env vars to be exported like PYTHONPATH.
* Fixed C string toPython converter to return Py_None when a NULL pointerMarcelo Lira2009-11-181-7/+20
| | | | | is received. Fixed and improved the test for functions returning NULL pointer values.
* Use Py_RETURN_NONE for functions with null return.Renato Araujo Oliveira Filho2009-09-101-0/+41
fixes bug #45.