On Fri, 2006-01-13 at 12:40 -0500, frank balzer wrote:
> Hi *,
>
> I 've just checked in a new version for DB2.py, _db2_module.c, and setup.py.
> I added support for multiple result sets and fixed some bugs ( please refer to
> CVS).
>
> Please let me know, if you have any concerns.
Hi,
First of all, thanks for the help!
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.
Thanks,
Yuval.
|