Comment 10 for bug 855402

Revision history for this message
Konstantinos Togias (ktogias) wrote :

After today updates this bugs seems to have come back. When I run in python

>>> from gi.repository import Dee
>>> m = Dee.SequenceModel.new ()
>>> m.set_schema ("s", "i")
>>> m.append("hello", 27)

I get a Segmentation fault. Last night python lenses worked fine.

I attach apt history log from the upgrade that broke this.