Changeset 391 for python/trunk/Include/classobject.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Include/classobject.h
r2 r391 19 19 PyObject *cl_setattr; 20 20 PyObject *cl_delattr; 21 PyObject *cl_weakreflist; /* List of weak references */ 21 22 } PyClassObject; 22 23
Note:
See TracChangeset
for help on using the changeset viewer.