Revert explicit PyErr_NoMemory() returns to just returning NULL
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 9 Oct 2009 08:57:46 +0000 (11:57 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 9 Oct 2009 08:57:46 +0000 (11:57 +0300)
commitdc6946e72eb69e67d1e00f741f5ba595fa740a18
tree7453273e57fef8b59fcdf511388b01ac576551e0
parent4e5132e443a9f062bfad83f531b43a9d5d6df1da
Revert explicit PyErr_NoMemory() returns to just returning NULL
- tp_alloc failing is likely to be OOM but we dont know that for a fact,
  and the failing method is responsible for setting the exception
python/header-py.c
python/rpmds-py.c
python/rpmfi-py.c
python/rpmkeyring-py.c
python/rpmmi-py.c
python/rpmps-py.c
python/rpmtd-py.c
python/rpmte-py.c
python/rpmts-py.c
python/spec-py.c