[Zodb-checkins] CVS: Zope3/src/persistence - persistence.h:1.3
Jeremy Hylton
jeremy at zope.com
Fri Apr 25 13:39:38 EDT 2003
Update of /cvs-repository/Zope3/src/persistence
In directory cvs.zope.org:/tmp/cvs-serv31432/src/persistence
Modified Files:
persistence.h
Log Message:
Remove XXX comment.
Each persistent data manager can implement its own oids and serial
numbers. So we can't hardcode a representation into the persistence
package.
=== Zope3/src/persistence/persistence.h 1.2 => 1.3 ===
--- Zope3/src/persistence/persistence.h:1.2 Wed Dec 25 09:12:13 2002
+++ Zope3/src/persistence/persistence.h Fri Apr 25 12:39:37 2003
@@ -34,7 +34,6 @@
#define PyPersist_HEAD \
PyObject_HEAD \
PyObject *po_dm; \
- /* XXX oid and serial could be hard-coded as 8-byte strings */ \
PyObject *po_oid; \
PyObject *po_serial; \
int po_atime; \
More information about the Zodb-checkins
mailing list