Ok, read the source this time: PyErr_SetObject() does not steal a reference.

This commit is contained in:
Fred Drake 2002-09-25 02:34:27 +00:00
parent 5ec22f2d7b
commit 111ee3208f
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ for each thread.
\begin{cfuncdesc}{void}{PyErr_SetObject}{PyObject *type, PyObject *value}
This function is similar to \cfunction{PyErr_SetString()} but lets
you specify an arbitrary Python object for the ``value'' of the
exception. One reference to \var{value} is stolen.
exception.
\end{cfuncdesc}
\begin{cfuncdesc}{PyObject*}{PyErr_Format}{PyObject *exception,