Commit 5685b8d
committed
Clean up Qt socket notifier to avoid spurious interrupt handler calls
Closes #29688
Objects without a parent are not necessarily cleaned up in PyQt when
their reference count reaches zero, and must be explicitly cleaned up
with `deleteLater()`
This prevents the notifier firing after the signal handling was supposed
to have been reset to its previous state.1 parent 9340190 commit 5685b8d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1655 | 1655 | | |
1656 | 1656 | | |
1657 | 1657 | | |
| 1658 | + | |
1658 | 1659 | | |
1659 | 1660 | | |
1660 | 1661 | | |
| |||
0 commit comments