Mailing List Archive

CVS: python/dist/src/Include object.h,2.79.2.6,2.79.2.7
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv27059

Modified Files:
Tag: descr-branch
object.h
Log Message:
Add tp_dictoffset slot -- the offset to the object's __dict__, if it
has one.


Index: object.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/object.h,v
retrieving revision 2.79.2.6
retrieving revision 2.79.2.7
diff -C2 -r2.79.2.6 -r2.79.2.7
*** object.h 2001/05/10 21:12:42 2.79.2.6
--- object.h 2001/05/11 19:58:18 2.79.2.7
***************
*** 267,270 ****
--- 267,271 ----
descrsetfunc tp_descr_set;
ternaryfunc tp_construct;
+ long tp_dictoffset;