[PyQt] Segfault bug report

Antony Lee antony.lee at berkeley.edu
Wed Feb 17 10:17:00 GMT 2016


The following segfaults under Python 3.5.1/PyQt 5.5.1 (after picking a
choice in the QInputDialog):

from PyQt5.QtWidgets import *

class Main(QMainWindow):
    def fail(self):
        QInputDialog.getItem(self, "foo", "bar", ["baz"])
        raise Exception

app = QApplication([])
main = Main()
main.fail()
app.exec_()


Best,
Antony Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160217/fed6d737/attachment.html>


More information about the PyQt mailing list