Avoid using PySequence_ITEM() on METH_O calls as it involves much more...
Avoid using PySequence_ITEM() on METH_O calls as it involves much more overhead than PyTuple_GET_ITEM(). Also assume that we do not need to keep an extra reference to an item that we took from a call args tuple because someone else should at least hold a reference to that tuple.
Showing
Please register or sign in to comment