[prev in list] [next in list] [prev in thread] [next in thread] 

List:       zodb-checkins
Subject:    [Zodb-checkins] CVS: StandaloneZODB/ZODB - cPersistence.c:1.61
From:       Jeremy Hylton <jeremy () zope ! com>
Date:       2002-06-14 15:34:30
[Download RAW message or body]

Update of /cvs-repository/StandaloneZODB/ZODB
In directory cvs.zope.org:/tmp/cvs-serv1747

Modified Files:
	cPersistence.c 
Log Message:
Ooops.  Call method with C API function that exists in Python 2.1.


=== StandaloneZODB/ZODB/cPersistence.c 1.60 => 1.61 ===
 	}
 	PyTuple_SET_ITEM(arg, 0, (PyObject *)self);
-	result = PyObject_Call(meth, arg, NULL);
+	result = PyEval_CallObject(meth, arg);
 	PyTuple_SET_ITEM(arg, 0, NULL);
 	Py_DECREF(arg);
 	Py_DECREF(meth);




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic