From: frank b. <fb...@ki...> - 2006-01-19 21:07:23
|
Hi Yuval, > I don't understand the following changes, though... > > 1. Calls to Py_DECREF right after PyErr_SetObject were removed. > > 2. In _DB2CursorObj_get_Cursor_Error, Py_BuildValue was changed to > PyTuple* calls. > > 3. In *_dealloc, the calls were changed from PyObject_Del to PyMem_DEL. > Argh!. I fear I'd based my changes on PyDB2-1.1.0-2.tar.gz and not on the actual CVS release. So rollbacked some changes. Frank |