We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608abf2 commit 468815fCopy full SHA for 468815f
src/baxter_dataflow/signals.py
@@ -40,7 +40,7 @@ def __init__(self):
40
self._methods = WeakKeyDictionary()
41
42
def __call__(self, *args, **kargs):
43
- for f in self._functions[:]:
+ for f in self._functions:
44
f(*args, **kargs)
45
46
for obj, functions in self._methods.items():
0 commit comments