File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -1674,22 +1674,20 @@ def g():
16741674    r0 :: tuple[int, int, int]
16751675    r1 :: dict
16761676    r2 :: str
1677-     r3, r4 :: object
1678-     r5 :: tuple
1679-     r6 :: dict
1680-     r7 :: object
1681-     r8 :: tuple[int, int, int]
1677+     r3 :: object
1678+     r4 :: dict
1679+     r5, r6 :: object
1680+     r7 :: tuple[int, int, int]
16821681L0:
16831682    r0 = (2, 4, 6)
16841683    r1 = __main__.globals :: static
16851684    r2 = 'f'
16861685    r3 = CPyDict_GetItem(r1, r2)
1687-     r4 = box(tuple[int, int, int], r0)
1688-     r5 = PySequence_Tuple(r4)
1689-     r6 = PyDict_New()
1690-     r7 = PyObject_Call(r3, r5, r6)
1691-     r8 = unbox(tuple[int, int, int], r7)
1692-     return r8
1686+     r4 = PyDict_New()
1687+     r5 = box(tuple[int, int, int], r0)
1688+     r6 = PyObject_Call(r3, r5, r4)
1689+     r7 = unbox(tuple[int, int, int], r6)
1690+     return r7
16931691def h():
16941692    r0 :: tuple[int, int]
16951693    r1 :: dict
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments