> Remove a couple of unneeded INCREF's from pydisk.c, stopping us from leaking > a couple of python objects > --- > src/pydisk.c | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) These look fine, because we Py_INCREF(self) in the .tp_alloc functions. Good catch. Note that the comment above the first chunk needs to be updated as well. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list