mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add buffer module entry points.
This commit is contained in:
parent
41f13f288f
commit
2e782e86b1
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
EXPORTS
|
||||
PyBuffer_Type DATA
|
||||
PyCFunction_Type DATA
|
||||
PyCObject_Type DATA
|
||||
PyClass_Type DATA
|
||||
|
@ -78,6 +79,11 @@ EXPORTS
|
|||
PyArg_ParseTuple
|
||||
PyArg_ParseTupleAndKeywords
|
||||
PyArg_VaParse
|
||||
PyBuffer_FromMemory
|
||||
PyBuffer_FromObject
|
||||
PyBuffer_FromReadWriteMemory
|
||||
PyBuffer_FromReadWriteObject
|
||||
PyBuffer_New
|
||||
PyCFunction_Fini
|
||||
PyCFunction_GetFlags
|
||||
PyCFunction_GetFunction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue