Kaydet (Commit) 2e782e86 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add buffer module entry points.

üst 41f13f28
EXPORTS EXPORTS
PyBuffer_Type DATA
PyCFunction_Type DATA PyCFunction_Type DATA
PyCObject_Type DATA PyCObject_Type DATA
PyClass_Type DATA PyClass_Type DATA
...@@ -78,6 +79,11 @@ EXPORTS ...@@ -78,6 +79,11 @@ EXPORTS
PyArg_ParseTuple PyArg_ParseTuple
PyArg_ParseTupleAndKeywords PyArg_ParseTupleAndKeywords
PyArg_VaParse PyArg_VaParse
PyBuffer_FromMemory
PyBuffer_FromObject
PyBuffer_FromReadWriteMemory
PyBuffer_FromReadWriteObject
PyBuffer_New
PyCFunction_Fini PyCFunction_Fini
PyCFunction_GetFlags PyCFunction_GetFlags
PyCFunction_GetFunction PyCFunction_GetFunction
......
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