borislav
8869e25142
fix: compare bound method by equality, not identity
...
Bound methods are created fresh on each attribute access, so
'self._missing_function_call_handler is self._missing_function_call_handler'
is always False. Using 'is' meant the placeholder branch never fired and
both warnings logged when a function was missing at queue time.
Switch to == so equality compares the underlying function and instance.
Strengthen the missing-at-queue-time test to assert the second warning
does not fire.
2026-04-27 17:34:31 +02:00
..
2026-03-20 16:37:53 -03:00
2026-03-09 12:07:56 -04:00
2025-01-20 17:41:21 -08:00
2026-01-30 10:07:34 -08:00
2026-03-10 14:54:49 +01:00
2026-01-26 09:56:36 +01:00
2026-03-25 16:05:58 -03:00
2026-04-14 10:07:19 -07:00
2026-04-14 11:48:50 -04:00
2026-01-30 10:07:34 -08:00
2026-03-26 09:20:58 -04:00
2026-01-07 19:32:22 -08:00
2026-01-30 10:07:34 -08:00
2026-03-28 00:01:25 -04:00
2026-02-09 14:12:33 -05:00
2026-03-02 13:26:45 -08:00
2026-04-10 10:27:28 -04:00
2026-03-24 17:30:35 -04:00
2026-01-07 19:32:22 -08:00
2026-04-09 13:41:01 -07:00
2026-01-30 21:07:49 -05:00
2026-01-30 10:07:34 -08:00
2026-01-15 15:59:17 -05:00
2026-03-23 17:44:48 +04:00
2026-03-29 10:27:48 -04:00
2026-01-20 09:16:16 -05:00
2026-03-03 20:08:22 -05:00
2026-04-11 14:29:05 -04:00
2026-01-30 10:07:34 -08:00
2026-04-27 17:34:31 +02:00
2026-01-30 10:07:34 -08:00
2026-04-10 17:37:49 -07:00
2026-04-10 17:37:49 -07:00
2026-03-30 22:26:31 -04:00
2026-04-02 10:28:01 -04:00
2026-03-28 11:57:23 +03:00
2026-03-09 12:07:45 -03:00
2026-01-30 10:07:34 -08:00
2026-01-30 10:07:34 -08:00
2026-01-30 10:07:34 -08:00
2026-01-30 10:07:34 -08:00
2026-01-30 10:07:34 -08:00
2026-03-31 16:05:53 -04:00
2026-04-10 17:37:49 -07:00
2026-02-03 16:42:13 +08:00
2026-04-10 17:37:49 -07:00
2026-03-07 07:42:42 -05:00
2026-03-25 10:26:10 -04:00
2026-03-25 22:53:04 -04:00
2026-04-09 13:04:17 -04:00
2026-02-26 08:55:41 -05:00
2026-02-26 08:55:41 -05:00
2026-03-02 14:07:34 -05:00
2026-03-19 09:43:51 -04:00
2026-02-11 23:27:35 -05:00
2026-03-24 15:09:42 -04:00
2026-02-11 23:27:35 -05:00
2026-01-07 19:32:22 -08:00
2026-03-02 19:23:42 -05:00
2026-02-14 09:54:30 -05:00
2026-01-30 10:07:34 -08:00
2026-03-08 10:41:40 -04:00
2026-03-17 11:31:08 -04:00
2026-02-09 14:12:33 -05:00
2026-01-30 10:07:34 -08:00
2026-04-13 18:11:32 -04:00
2026-01-30 10:07:34 -08:00
2026-02-02 14:27:49 +08:00
2026-04-10 10:35:18 -07:00
2026-02-03 18:40:39 -05:00
2026-04-10 17:37:50 -07:00
2026-03-30 12:46:30 -04:00
2026-01-07 19:32:22 -08:00
2026-03-25 10:46:54 -04:00