[Python-checkins] r87012 - python/branches/py3k/Objects/typeslots.inc

martin.v.loewis python-checkins at python.org
Sat Dec 4 10:12:14 CET 2010


Author: martin.v.loewis
Date: Sat Dec  4 10:12:14 2010
New Revision: 87012

Log:
Regenerate.


Modified:
   python/branches/py3k/Objects/typeslots.inc

Modified: python/branches/py3k/Objects/typeslots.inc
==============================================================================
--- python/branches/py3k/Objects/typeslots.inc	(original)
+++ python/branches/py3k/Objects/typeslots.inc	Sat Dec  4 10:12:14 2010
@@ -1,3 +1,4 @@
+/* Generated by typeslots.py $Revision: 87011 $ */
 offsetof(PyHeapTypeObject, as_buffer.bf_getbuffer),
 offsetof(PyHeapTypeObject, as_buffer.bf_releasebuffer),
 offsetof(PyHeapTypeObject, as_mapping.mp_ass_subscript),


More information about the Python-checkins mailing list