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 46ebf29 commit 6fcfb90Copy full SHA for 6fcfb90
mypyc/test-data/irbuild-generics.test
@@ -767,10 +767,9 @@ L9:
767
r28 = cast(dict, r27)
768
r29 = CPyDict_UpdateInDisplay(r28, kwargs)
769
r30 = r29 >= 0 :: signed
770
- r31 = PyList_AsTuple(r27)
771
- r32 = PyObject_Call(r26, args, r27)
772
- r33 = unbox(int, r32)
773
- return r33
+ r31 = PyObject_Call(r26, args, r27)
+ r32 = unbox(int, r31)
+ return r32
774
def deco(func):
775
func :: object
776
r0 :: __main__.deco_env
0 commit comments