Fix three Python reference leaks in PLy_traceback(). This would result
authorNeil Conway <neilc@samurai.com>
Mon, 20 Feb 2006 20:10:41 +0000 (20:10 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 20 Feb 2006 20:10:41 +0000 (20:10 +0000)
commit97bcc6f6d9f75d9499d59811b5659337595e642c
treeedb8b634ff95542506c6ab6f7ccb4fafe51e094b
parenta128c60808d197104266a3a823fc9245fdd68a33
Fix three Python reference leaks in PLy_traceback(). This would result
in leaking memory when invoking a PL/Python procedure that raises an
exception. Unfortunately this still leaks memory, but at least the
largest leak has been plugged.

This patch also fixes a reference counting mistake in PLy_modify_tuple()
for 8.0, 8.1 and HEAD: we don't actually own a reference to `platt', so
we shouldn't Py_DECREF() it.
src/pl/plpython/plpython.c