File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ extern "C" {
1313#include  "pycore_code.h"           // STATS 
1414#include  "pycore_stackref.h"       // _PyStackRef 
1515
16- /* See Objects/frame_layout .md for an explanation of the frame stack 
16+ /* See InternalDocs/frames .md for an explanation of the frame stack 
1717 * including explanation of the PyFrameObject and _PyInterpreterFrame 
1818 * structs. */ 
1919
Original file line number Diff line number Diff line change @@ -623,8 +623,8 @@ Important files
623623Objects
624624======= 
625625
626- *  [ Objects/locations.md ] ( https://github.com/python/cpython/blob/main/Objects/ locations.md) : Describes the location table
627- *  [ Objects/frame_layout.md ] ( https://github.com/python/cpython/blob/main/Objects/frame_layout. md) : Describes the frame stack
626+ *  [ Locations ] ( locations.md ) : Describes the location table
627+ *  [ Frames ] ( frames. md) : Describes frames and  the frame stack
628628*  [ Objects/object_layout.md] ( https://github.com/python/cpython/blob/main/Objects/object_layout.md ) : Describes object layout for 3.11 and later
629629*  [ Exception Handling] ( exception_handling.md ) : Describes the exception table
630630
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments