Commit 189c0916 authored by Martin v. Löwis's avatar Martin v. Löwis

Drop bf_getbuffer/bf_releasebuffer from stable ABI,

see #10181.
parent a572476a
#define Py_bf_getbuffer 1 /* Do not renumber the file; these numbers are part of the stable ABI. */
#define Py_bf_releasebuffer 2 /* Disabled, see #10181 */
#undef Py_bf_getbuffer
#undef Py_bf_releasebuffer
#define Py_mp_ass_subscript 3 #define Py_mp_ass_subscript 3
#define Py_mp_length 4 #define Py_mp_length 4
#define Py_mp_subscript 5 #define Py_mp_subscript 5
......
/* Generated by typeslots.py $Revision: 87011 $ */ /* Generated by typeslots.py $Revision: 87806 $ */
offsetof(PyHeapTypeObject, as_buffer.bf_getbuffer), 0,
offsetof(PyHeapTypeObject, as_buffer.bf_releasebuffer), 0,
offsetof(PyHeapTypeObject, as_mapping.mp_ass_subscript), offsetof(PyHeapTypeObject, as_mapping.mp_ass_subscript),
offsetof(PyHeapTypeObject, as_mapping.mp_length), offsetof(PyHeapTypeObject, as_mapping.mp_length),
offsetof(PyHeapTypeObject, as_mapping.mp_subscript), offsetof(PyHeapTypeObject, as_mapping.mp_subscript),
......
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