You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: InternalDocs/compiler.md
+2-2
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
0 commit comments