[Zodb-checkins] CVS: Zope3/lib/python/Persistence - cPersistence.h:1.1.2.2
Guido van Rossum
guido@python.org
Wed, 13 Feb 2002 14:34:27 -0500
Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv14172
Modified Files:
Tag: Zope-3x-branch
cPersistence.h
Log Message:
Add __dict__ attribute.
=== Zope3/lib/python/Persistence/cPersistence.h 1.1.2.1 => 1.1.2.2 ===
#define PyPersist_HEAD \
PyObject_HEAD \
+ PyObject *po_dict; \
PyObject *po_dm; \
/* XXX oid and serial could be hard-coded as 8-byte strings */ \
PyObject *po_oid; \