Hide Forgot
python-libcomps segfaults on accessing package.requires Version: python-libcomps-0.1.4-1.fc19.x86_64 (recompiled from rawhide) Reproducer: import libcomps comps = libcomps.Comps() comps.fromxml_f("...") for i in comps.groups: for i in i.packages: print i.name, i.type, i.requires