Add python methods for checking pending signals from rpmsqCaught.
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 20 Jul 2007 07:41:15 +0000 (10:41 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 20 Jul 2007 07:41:15 +0000 (10:41 +0300)
commit17b615eeb63e76bf0ee0f5fe26ff9401892b9265
treef93c8dfb4e22a45f83642c1d12d87b6d06962927
parent3b3a700984c9f04e6dc5c9905b89d793d6ea5fda
Add python methods for checking pending signals from rpmsqCaught.
- a thin wrapper for rpmdbCheckSignals() from rpm5.org / Jeff Johnson
- a function taking a list of signals to check and returning list caught
  signals (python doesn't know about signal sets so rpmsqCaught needs
  wrapping)
python/rpmmodule.c