[Zope-Checkins] CVS: Zope3/lib/python/Persistence - cPersistence.c:1.8
Jeremy Hylton
jeremy@zope.com
Wed, 10 Jul 2002 18:50:42 -0400
Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv22789
Modified Files:
cPersistence.c
Log Message:
Flesh out comment.
=== Zope3/lib/python/Persistence/cPersistence.c 1.7 => 1.8 ===
int newstate;
- /* If the object isn't properly initialized, setting its state is
- meaningless.
+ /* If the object isn't registered with a data manager, setting its
+ state is meaningless.
*/
if (self->po_dm == NULL || self->po_oid == NULL)
return 0;