Put some consistency to python object creation
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 22 Sep 2009 18:53:21 +0000 (21:53 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 22 Sep 2009 18:53:21 +0000 (21:53 +0300)
commit864220c441704e3d61fa521c682a23874b41e4ba
tree074a4145961da5eae5857e5b6e1cc1b171cce463
parented557bbcf065905beebb42d50048cecf04c3e441
Put some consistency to python object creation
- all type object creation goes through foo_Wrap() which handle OOM
  and all type specific initialization
python/header-py.c
python/rpmds-py.c
python/rpmfi-py.c
python/rpmmi-py.c
python/rpmps-py.c
python/rpmte-py.c
python/rpmts-py.c
python/rpmts-py.h
python/spec-py.c