Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37f4156

Browse files
committed
PyErr_Format():
Remove statement that the return value is always NULL; this is generated by the formatting.
1 parent 98605b5 commit 37f4156

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Doc/api/api.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,6 @@ \chapter{Exception Handling \label{exceptionHandling}}
866866
\cfunction{vsprintf()} function. The buffer used internally by
867867
PyErr_Format is 500 bytes long. The caller is responsible for
868868
guaranteeing that the formatted output does not overflow the buffer.
869-
The return value is always \NULL{}.
870869
\end{cfuncdesc}
871870

872871
\begin{cfuncdesc}{void}{PyErr_SetNone}{PyObject *type}

0 commit comments

Comments
 (0)