You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments