diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-01-06 19:15:47 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-01-06 19:15:47 (GMT) |
commit | c83bc3c1fbed14d27a5de3032e24d2cf006a7c4b (patch) | |
tree | 527ca0642bcb61ed5ad38b5ed420ae23180a372b /PC/python3.def | |
parent | e85da7aa4f575e9925afafdb332b17e085c4aea1 (diff) | |
download | cpython-c83bc3c1fbed14d27a5de3032e24d2cf006a7c4b.zip cpython-c83bc3c1fbed14d27a5de3032e24d2cf006a7c4b.tar.gz cpython-c83bc3c1fbed14d27a5de3032e24d2cf006a7c4b.tar.bz2 |
Remove buffer API from stable ABI for now, see #10181.
Diffstat (limited to 'PC/python3.def')
-rw-r--r-- | PC/python3.def | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/PC/python3.def b/PC/python3.def index 54ad149..582e433 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -10,13 +10,6 @@ EXPORTS PyBaseObject_Type=python32.PyBaseObject_Type DATA
PyBool_FromLong=python32.PyBool_FromLong
PyBool_Type=python32.PyBool_Type DATA
- PyBuffer_FillContiguousStrides=python32.PyBuffer_FillContiguousStrides
- PyBuffer_FillInfo=python32.PyBuffer_FillInfo
- PyBuffer_FromContiguous=python32.PyBuffer_FromContiguous
- PyBuffer_GetPointer=python32.PyBuffer_GetPointer
- PyBuffer_IsContiguous=python32.PyBuffer_IsContiguous
- PyBuffer_Release=python32.PyBuffer_Release
- PyBuffer_ToContiguous=python32.PyBuffer_ToContiguous
PyByteArrayIter_Type=python32.PyByteArrayIter_Type DATA
PyByteArray_AsString=python32.PyByteArray_AsString
PyByteArray_Concat=python32.PyByteArray_Concat
@@ -317,7 +310,6 @@ EXPORTS PyMem_Malloc=python32.PyMem_Malloc
PyMem_Realloc=python32.PyMem_Realloc
PyMemberDescr_Type=python32.PyMemberDescr_Type DATA
- PyMemoryView_FromBuffer=python32.PyMemoryView_FromBuffer
PyMemoryView_FromObject=python32.PyMemoryView_FromObject
PyMemoryView_GetContiguous=python32.PyMemoryView_GetContiguous
PyMemoryView_Type=python32.PyMemoryView_Type DATA
@@ -399,7 +391,6 @@ EXPORTS PyObject_CallObject=python32.PyObject_CallObject
PyObject_CheckReadBuffer=python32.PyObject_CheckReadBuffer
PyObject_ClearWeakRefs=python32.PyObject_ClearWeakRefs
- PyObject_CopyData=python32.PyObject_CopyData
PyObject_DelItem=python32.PyObject_DelItem
PyObject_DelItemString=python32.PyObject_DelItemString
PyObject_Dir=python32.PyObject_Dir
@@ -412,7 +403,6 @@ EXPORTS PyObject_GenericSetAttr=python32.PyObject_GenericSetAttr
PyObject_GetAttr=python32.PyObject_GetAttr
PyObject_GetAttrString=python32.PyObject_GetAttrString
- PyObject_GetBuffer=python32.PyObject_GetBuffer
PyObject_GetItem=python32.PyObject_GetItem
PyObject_GetIter=python32.PyObject_GetIter
PyObject_HasAttr=python32.PyObject_HasAttr
|