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 726e36e commit d8b2f2bCopy full SHA for d8b2f2b
1 file changed
mypyc/test-data/irbuild-classes.test
@@ -2891,9 +2891,9 @@ def isinstance_nonnative(x):
2891
L0:
2892
r0 = __main__.NonNative :: type
2893
r1 = get_element_ptr x ob_type :: PyObject
2894
- r2 :: borrow load_mem r1 :: builtins.object*
+ r2 = borrow load_mem r1 :: builtins.object*
2895
keep_alive x
2896
- r3 :: r2 == r0
+ r3 = r2 == r0
2897
return r3
2898
def isinstance_interpreted_subclasses(x):
2899
x, r0 :: object
0 commit comments