Kaydet (Commit) 37f41565 authored tarafından Fred Drake's avatar Fred Drake

PyErr_Format():

        Remove statement that the return value is always NULL; this is
        generated by the formatting.
üst 98605b54
...@@ -866,7 +866,6 @@ subsequent arguments are converted to output by the C library's ...@@ -866,7 +866,6 @@ subsequent arguments are converted to output by the C library's
\cfunction{vsprintf()} function. The buffer used internally by \cfunction{vsprintf()} function. The buffer used internally by
PyErr_Format is 500 bytes long. The caller is responsible for PyErr_Format is 500 bytes long. The caller is responsible for
guaranteeing that the formatted output does not overflow the buffer. guaranteeing that the formatted output does not overflow the buffer.
The return value is always \NULL{}.
\end{cfuncdesc} \end{cfuncdesc}
\begin{cfuncdesc}{void}{PyErr_SetNone}{PyObject *type} \begin{cfuncdesc}{void}{PyErr_SetNone}{PyObject *type}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment