https://bugs.kde.org/show_bug.cgi?id=425749

--- Comment #11 from Manuel Geißer <geisse...@gmail.com> ---
Hmm, but unfortunately something went wrong. I just applied the update and now
PySide2 apparently is broken more or less compeletely. Some of my code directly
terminates with a segmentation fault, some does only when closing the main
window.

Here is a very simple sample code that segfaults on exit:

```
import sys
from PySide2.QtWidgets import QApplication, QMainWindow

if __name__ == '__main__':

    app = QApplication(sys.argv)

    window = QMainWindow()
    window.show()

    app.exec_()
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to