unsteal-ref ( ref -- )


Vocabulary
python.errors

Inputs
refa python object


Outputs
None

Word description
Unsteals a reference. Used by wrappers that call Python functions that steal references. Functions such as PyTuple_SetItem takes ownership of the references passed in and relieves Factor of its burden to decrement them.

Definition