Hello,

the following code snippet causes a segfault:

>>> from qt import QApplication
>>> app = QApplication(["-v"]*10)
>>> del app
>>> app = QApplication([])

I'm using Qt 3.3.6, PyQt 3.16, SIP 4.4.3, under Windows.
-- 
Giovanni Bajo

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to