mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
PyErr_Format():
Remove statement that the return value is always NULL; this is generated by the formatting.
This commit is contained in:
parent
98605b54b4
commit
37f41565a8
1 changed files with 0 additions and 1 deletions
|
@ -866,7 +866,6 @@ subsequent arguments are converted to output by the C library's
|
|||
\cfunction{vsprintf()} function. The buffer used internally by
|
||||
PyErr_Format is 500 bytes long. The caller is responsible for
|
||||
guaranteeing that the formatted output does not overflow the buffer.
|
||||
The return value is always \NULL{}.
|
||||
\end{cfuncdesc}
|
||||
|
||||
\begin{cfuncdesc}{void}{PyErr_SetNone}{PyObject *type}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue