Kaydet (Commit) 115eb64f authored tarafından Guido van Rossum's avatar Guido van Rossum

Added PyArg_ParseTupleAndKeywords, PyErr_Format.

üst c4193f15
...@@ -245,6 +245,7 @@ EXPORTS ...@@ -245,6 +245,7 @@ EXPORTS
PyArg_Parse PyArg_Parse
PyArgs_VaParse PyArgs_VaParse
PyArg_ParseTuple PyArg_ParseTuple
PyArg_ParseTupleAndKeywords
PyArg_GetChar PyArg_GetChar
PyArg_GetDoubleArray PyArg_GetDoubleArray
PyArg_GetFloat PyArg_GetFloat
...@@ -259,6 +260,7 @@ EXPORTS ...@@ -259,6 +260,7 @@ EXPORTS
PyArg_GetString PyArg_GetString
PyErr_BadArgument PyErr_BadArgument
PyErr_BadInternalCall PyErr_BadInternalCall
PyErr_Format
PyErr_NoMemory PyErr_NoMemory
PyErr_SetFromErrno PyErr_SetFromErrno
PyErr_SetNone PyErr_SetNone
......
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