File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ interpreter state.
2828
2929The ` frame `  of a generator is embedded in the generator object struct as a
3030[ ` _PyInterpreterFrame ` ] ( frames.md )  (see ` _PyGenObject_HEAD `  in
31- [ ` pycore_genobject .h` ] ( ../Include/internal/pycore_genobject .h ) ).
31+ [ ` pycore_interpframe_structs .h` ] ( ../Include/internal/pycore_interpframe_structs .h ) ).
3232This means that we can get the frame from the generator or the generator
33- from the frame (see ` _PyGen_GetGeneratorFromFrame `  in the same file ).
33+ from the frame (see ` _PyGen_GetGeneratorFromFrame `  in [ ` pycore_genobject.h ` ] ( ../Include/internal/pycore_genobject.h ) ).
3434Other fields of the generator struct include metadata (such as the name of
3535the generator function) and runtime state information (such as whether its
3636frame is executing, suspended, cleared, etc.).
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments