David Peter
e1b662bf5d
[ty] Always pass NO_INSTANCE_FALLBACK in try_call_dunder_with_policy ( #18315 )
...
## Summary
The previous `try_call_dunder_with_policy` API was a bit of a footgun
since you needed to pass `NO_INSTANCE_FALLBACK` in *addition* to other
policies that you wanted for the member lookup. Implicit calls to dunder
methods never access instance members though, so we can do this
implicitly in `try_call_dunder_with_policy`.
No functional changes.
2025-05-26 13:20:27 +02:00
..
2025-05-22 13:09:44 -05:00
2025-05-16 13:25:28 +02:00
2025-05-16 15:28:23 +02:00
2025-05-16 13:25:28 +02:00
2025-05-20 09:19:34 +02:00
2025-05-23 09:58:16 +00:00
2025-05-15 10:27:21 -04:00
2025-05-16 13:25:28 +02:00
2025-05-21 11:06:27 -04:00
2025-05-16 13:25:28 +02:00
2025-05-26 09:53:03 +00:00
2025-05-19 13:34:04 -04:00
2025-05-16 13:25:28 +02:00
2025-05-09 10:47:45 +02:00
2025-05-16 13:25:28 +02:00
2025-05-16 13:25:28 +02:00
2025-05-16 13:25:28 +02:00
2025-05-22 07:52:21 +02:00
2025-05-16 13:25:28 +02:00
2025-05-16 13:25:28 +02:00
2025-05-21 18:16:25 +02:00
2025-05-16 13:25:28 +02:00
2025-05-16 13:25:28 +02:00
2025-05-16 13:25:28 +02:00
2025-05-16 13:25:28 +02:00
2025-05-16 13:25:28 +02:00
2025-05-19 13:34:04 -04:00
2025-05-16 13:25:28 +02:00
2025-05-19 11:40:58 -04:00
2025-05-26 10:33:51 +01:00
2025-05-16 13:25:28 +02:00
2025-05-26 09:08:57 +01:00
2025-05-21 11:06:27 -04:00
2025-05-26 09:08:57 +01:00
2025-05-26 13:20:27 +02:00
2025-05-26 04:16:38 +00:00
2025-05-21 11:06:27 -04:00
2025-05-23 11:41:31 +02:00
2025-05-26 10:33:51 +01:00