summaryrefslogtreecommitdiff
path: root/PC/python3.def
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-09-30 21:16:27 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2014-09-30 21:16:27 +0200
commit0676a406bf9435a59eaca1a54fa582b0b6b79b9f (patch)
tree8e742ce5dc38872dfadfac8b6c673ebacb1c3403 /PC/python3.def
parent63860e5407e9ac1251e0698fb2d208a1da54bd3c (diff)
downloadcpython-git-0676a406bf9435a59eaca1a54fa582b0b6b79b9f.tar.gz
Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument.
Diffstat (limited to 'PC/python3.def')
-rw-r--r--PC/python3.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def
index fad6448928..5257d5e48e 100644
--- a/PC/python3.def
+++ b/PC/python3.def
@@ -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