mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #18711: Add a new PyErr_FormatV function, similar to PyErr_Format but accepting a va_list argument.
This commit is contained in:
parent
63860e5407
commit
0676a406bf
7 changed files with 39 additions and 10 deletions
|
|
@ -349,6 +349,11 @@ PyErr_Format:PyObject*:exception:+1:
|
|||
PyErr_Format:const char*:format::
|
||||
PyErr_Format::...::
|
||||
|
||||
PyErr_FormatV:PyObject*::null:
|
||||
PyErr_FormatV:PyObject*:exception:+1:
|
||||
PyErr_FormatV:const char*:format::
|
||||
PyErr_FormatV:va_list:vargs::
|
||||
|
||||
PyErr_WarnEx:int:::
|
||||
PyErr_WarnEx:PyObject*:category:0:
|
||||
PyErr_WarnEx:const char*:message::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue