summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-01-06 19:28:31 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-01-06 19:28:31 (GMT)
commit189c09161261c76371f6f9cd99c83a79a8247712 (patch)
tree52500810e1ec8e7c970d422120c19ddebc2ce917 /Objects
parenta572476a2ae9c5d20812d076d6f4172fc160bb61 (diff)
downloadcpython-189c09161261c76371f6f9cd99c83a79a8247712.zip
cpython-189c09161261c76371f6f9cd99c83a79a8247712.tar.gz
cpython-189c09161261c76371f6f9cd99c83a79a8247712.tar.bz2
Drop bf_getbuffer/bf_releasebuffer from stable ABI,
see #10181.
Diffstat (limited to 'Objects')
-rw-r--r--Objects/typeslots.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Objects/typeslots.inc b/Objects/typeslots.inc
index bd20c29..d4872f6 100644
--- a/Objects/typeslots.inc
+++ b/Objects/typeslots.inc
@@ -1,6 +1,6 @@
-/* Generated by typeslots.py $Revision: 87011 $ */
-offsetof(PyHeapTypeObject, as_buffer.bf_getbuffer),
-offsetof(PyHeapTypeObject, as_buffer.bf_releasebuffer),
+/* Generated by typeslots.py $Revision: 87806 $ */
+0,
+0,
offsetof(PyHeapTypeObject, as_mapping.mp_ass_subscript),
offsetof(PyHeapTypeObject, as_mapping.mp_length),
offsetof(PyHeapTypeObject, as_mapping.mp_subscript),