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
..
2013-12-06 21:15:56 +11:00
2012-02-23 05:20:09 +00:00
2014-10-29 14:15:21 +01:00
2013-12-06 21:15:56 +11:00
2015-01-06 19:09:11 +11:00
2012-11-27 13:54:34 +00:00
2014-11-28 23:12:12 +01:00
2012-06-26 21:40:01 +00:00
2015-01-06 19:09:11 +11:00
2012-03-21 05:33:37 +00:00
2015-01-06 19:09:11 +11:00
2013-10-27 12:16:45 +00:00
2015-01-06 19:09:53 +11:00
2012-03-16 05:03:13 +00:00
2015-01-06 19:09:53 +11:00
2014-12-08 10:54:56 +01:00
2015-01-06 19:09:11 +11:00
2012-02-23 05:20:09 +00:00
2013-12-06 21:15:56 +11:00