mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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
|
@ -120,6 +120,7 @@ EXPORTS
|
|||
PyErr_ExceptionMatches=python35.PyErr_ExceptionMatches
|
||||
PyErr_Fetch=python35.PyErr_Fetch
|
||||
PyErr_Format=python35.PyErr_Format
|
||||
PyErr_FormatV=python35.PyErr_FormatV
|
||||
PyErr_GivenExceptionMatches=python35.PyErr_GivenExceptionMatches
|
||||
PyErr_NewException=python35.PyErr_NewException
|
||||
PyErr_NewExceptionWithDoc=python35.PyErr_NewExceptionWithDoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue