We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90961e commit a554654Copy full SHA for a554654
mypyc/test-data/irbuild-classes.test
@@ -2708,12 +2708,12 @@ def isinstance_nonnative(x):
2708
x, r0 :: object
2709
r1 :: ptr
2710
r2 :: object
2711
- r3 :: r2 == r0
2712
- return r3
+ r3 :: bit
2713
L0:
2714
r0 = __main__.NonNative :: type
2715
r1 = get_element_ptr x ob_type :: PyObject
2716
r2 :: borrow load_mem r1 :: builtins.object*
+ keep_alive x
2717
r3 :: r2 == r0
2718
return r3
2719
def isinstance_interpreted_subclasses(x):
0 commit comments