Details
Description
PySide crashes when registering a gesture recognizer derived from QtGui.QGestureRecognizer. Changing the imports to PyQt4 the same code runs without segfaulting.
I have created a minimal example which reproduces this issue.
The example is not really meaningful because it does not recognize any
gesture but its a minimalistic reproducer.
Please see attached file.