Ts/db reference counting for match-iterators in python (rhbz#241751)
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 7 Jun 2007 18:51:59 +0000 (21:51 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 7 Jun 2007 18:51:59 +0000 (21:51 +0300)
commit48048a39309e180fa439b1b158a87c2081bafbaa
treed36f229882a2f01151dee05a0eacfcf996815250
parent578e90f2f83ba1872890182902f0fd0de28db402
Ts/db reference counting for match-iterators in python (rhbz#241751)

Adds additional refcounting to the python level ts/db object to avoid
anonymous ts/db from getting deleted while still iterating over it.
python/rpmdb-py.c
python/rpmmi-py.c
python/rpmmi-py.h
python/rpmts-py.c