types.TupleType
in the Python
layer. .
0
on success.
Note:
This function ``steals'' a reference to o.
0
on success.
Client code should never assume that the resulting value of
*p
will be the same as before calling this function.
If the object referenced by *p
is replaced, the
original *p
is destroyed. On failure, returns
-1
and sets *p
to NULL, and raises
MemoryError or
SystemError.
Changed in version 2.2:
Removed unused third parameter, last_is_sticky.
See About this document... for information on suggesting changes.