Files
test/source
Campbell Barton bf0c8e116d PyAPI: add PyList_APPEND
This appends while giving ownership to the list, avoiding temp assignment.
This matches PyList_SET_ITEM which bypasses refcount's

Note, this also reduce code-size, Py_DECREF is a rather heavy macro.
2015-01-06 19:09:53 +11:00
..
2015-01-06 19:09:53 +11:00
2012-12-17 08:01:43 +00:00
2012-12-17 08:01:43 +00:00