Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e782e8

Browse files
committed
Add buffer module entry points.
1 parent 41f13f2 commit 2e782e8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

PC/python_nt.def

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
EXPORTS
2+
PyBuffer_Type DATA
23
PyCFunction_Type DATA
34
PyCObject_Type DATA
45
PyClass_Type DATA
@@ -78,6 +79,11 @@ EXPORTS
7879
PyArg_ParseTuple
7980
PyArg_ParseTupleAndKeywords
8081
PyArg_VaParse
82+
PyBuffer_FromMemory
83+
PyBuffer_FromObject
84+
PyBuffer_FromReadWriteMemory
85+
PyBuffer_FromReadWriteObject
86+
PyBuffer_New
8187
PyCFunction_Fini
8288
PyCFunction_GetFlags
8389
PyCFunction_GetFunction

0 commit comments

Comments
 (0)