check-new-ref ( ref -- ref )


Vocabulary
python.errors

Inputs
refa python object


Outputs
refa python object


Word description
Adds reference counting to the returned python object which is assumed to be a new reference. An error is thrown if the object is f. This word is used to wrap Python functions that return new references.

Definition