[Zope3-checkins] CVS: Zope3/src/persistence - persistence.c:1.20.20.1

Jim Fulton jim at zope.com
Sun Oct 12 16:40:42 EDT 2003


Update of /cvs-repository/Zope3/src/persistence
In directory cvs.zope.org:/tmp/cvs-serv8539/src/persistence

Modified Files:
      Tag: adaptergeddon-branch
	persistence.c 
Log Message:
Got tests to pass on branch.


=== Zope3/src/persistence/persistence.c 1.20 => 1.20.20.1 ===
--- Zope3/src/persistence/persistence.c:1.20	Thu Jul  3 15:12:56 2003
+++ Zope3/src/persistence/persistence.c	Sun Oct 12 16:40:10 2003
@@ -1061,8 +1061,8 @@
     PyPersist_Type.tp_new = PyType_GenericNew;
     if (PyType_Ready(&PyPersist_Type) < 0)
 	return;
-    if (persist_set_interface(&PyPersist_Type) < 0)
-	return;
+/*     if (persist_set_interface(&PyPersist_Type) < 0) */
+/* 	return; */
 
     Py_INCREF(&PyPersist_Type);
     if (PyDict_SetItemString(d, "Persistent", (PyObject *)&PyPersist_Type) < 0)




More information about the Zope3-Checkins mailing list