Fix garbage collection issue in Callback
This commit is contained in:
parent
218d752920
commit
fc61347b41
@ -415,6 +415,8 @@ class Callback:
|
|||||||
finally:
|
finally:
|
||||||
self._current_signals.remove(signal_name)
|
self._current_signals.remove(signal_name)
|
||||||
|
|
||||||
|
del frame # Needed for garbage collection
|
||||||
|
|
||||||
#
|
#
|
||||||
# instance signals control methods
|
# instance signals control methods
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user