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 ed00a0a commit 30eaf79Copy full SHA for 30eaf79
mypyc/test-data/irbuild-classes.test
@@ -297,7 +297,7 @@ L2:
297
r27 = CPyType_FromTemplate(r26, r24, r25)
298
r28 = C_trait_vtable_setup()
299
r29 = '__mypyc_attrs__'
300
- r30 = PyTuple_Pack(0)
+ r30 = _CPyTuple_LoadEmptyTupleConstant()
301
r31 = PyObject_SetAttr(r27, r29, r30)
302
r32 = r31 >= 0 :: signed
303
__main__.C = r27 :: type
@@ -310,7 +310,7 @@ L2:
310
r39 = __main__.S_template :: type
311
r40 = CPyType_FromTemplate(r39, r37, r38)
312
r41 = '__mypyc_attrs__'
313
- r42 = PyTuple_Pack(0)
+ r42 = _CPyTuple_LoadEmptyTupleConstant()
314
r43 = PyObject_SetAttr(r40, r41, r42)
315
r44 = r43 >= 0 :: signed
316
__main__.S = r40 :: type
0 commit comments