Here's what happens – I'm getting a rather cryptic error in Python's internals:
StopIteration: 1024
The above exception was the direct cause of the following exception:
SystemError: <class 'PyQt5.QtWidgets.QWidget'> returned a result with an error set
zsh: abort (core dumped) python3 test
Using Quamash 0.6.1.
Consider the following program, that opens a dialog window within the main event loop, and uses a global event filter:
Here's what happens – I'm getting a rather cryptic error in Python's internals: