Open pschanely opened 10 months ago
Internal to CrossHair, all isinstance checks when guarded by NoTracing should invoke typeable_value beforehand.
We should performa full review of these cases and make adjustments as necessary.
Internal to CrossHair, all isinstance checks when guarded by NoTracing should invoke typeable_value beforehand.
235 is one example of this kind of issue, but there are likely many more.
We should performa full review of these cases and make adjustments as necessary.