Hi, I have some qt widgets that have some extra callbacks as signals, but I have a crash every time that I call emit
. I have this problem with the latest stable and also the nightly build from a few days ago.
The repro steps are quite simple:
import qt
qt.Signal().emit()
This issue seems to already have been reported but I can’t work around it by using another mechanism because I’d have to change a lot UI code that’s already written.
The mentioned threads are: Custom Signal/Slots with PythonQt and Use of qt.Signal leads to a crash on exit