File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1657,8 +1657,6 @@ FutureIter_dealloc(futureiterobject *it)
16571657static  PySendResult 
16581658FutureIter_am_send_lock_held (futureiterobject  * it , PyObject  * * result )
16591659{
1660-     /* arg is unused, see the comment on FutureIter_send for clarification */ 
1661- 
16621660    PyObject  * res ;
16631661    FutureObj  * fut  =  it -> future ;
16641662    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED (fut );
@@ -1690,6 +1688,7 @@ FutureIter_am_send(futureiterobject *it,
16901688                   PyObject  * Py_UNUSED (arg ),
16911689                   PyObject  * * result )
16921690{
1691+     /* arg is unused, see the comment on FutureIter_send for clarification */ 
16931692    PySendResult  res ;
16941693    Py_BEGIN_CRITICAL_SECTION (it -> future );
16951694    res  =  FutureIter_am_send_lock_held (it , result );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments