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
Otherwise, a second signal emission will still call the functions of the
already garbage-collected SignalBlocker with PyQt5 < 5.3.
The signals could already be disconnected, so the TypeError (older PyQt
versions) or RuntimeError (newer PyQt versions) which is raised in that case is
ignored.
Fixes#69.
0 commit comments