[PyKDE] Crash with unnotified event

Giovanni Bajo rasky at develer.com
Wed Jan 17 12:44:12 GMT 2007


Hello Phil,

this script causes a segfault for me with latest SIP snapshot and PyQt 3.17:

================================================
from qt import *
app = QApplication([])
k = QWidget(None)
qApp.postEvent(k, QCustomEvent(QEvent.User))
del app
================================================

-- 
Giovanni Bajo




More information about the PyQt mailing list