File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ extern "C" {
13
13
#include "pycore_code.h" // STATS
14
14
#include "pycore_stackref.h" // _PyStackRef
15
15
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
17
17
* including explanation of the PyFrameObject and _PyInterpreterFrame
18
18
* structs. */
19
19
Original file line number Diff line number Diff line change @@ -623,8 +623,8 @@ Important files
623
623
Objects
624
624
=======
625
625
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
628
628
* [ Objects/object_layout.md] ( https://github.com/python/cpython/blob/main/Objects/object_layout.md ) : Describes object layout for 3.11 and later
629
629
* [ Exception Handling] ( exception_handling.md ) : Describes the exception table
630
630
You can’t perform that action at this time.
0 commit comments