We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72773d commit a3a7674Copy full SHA for a3a7674
1 file changed
PySignal.py
@@ -116,7 +116,7 @@ def _get_sender():
116
if not slot:
117
continue
118
elif isinstance(slot, partial):
119
- slot()
+ slot(*args, **kwargs)
120
elif isinstance(slot, weakref.WeakKeyDictionary):
121
# For class methods, get the class object and call the method accordingly.
122
for obj, method in slot.items():
0 commit comments