https://github.com/python/cpython/commit/ef10110cd781afe8ddd3e65a54dc2b5ed2cb3187
commit: ef10110cd781afe8ddd3e65a54dc2b5ed2cb3187
branch: main
author: Irit Katriel <[email protected]>
committer: iritkatriel <[email protected]>
date: 2024-07-10T21:59:14Z
summary:
gh-119786: fix broken links in docs and comment (#121601)
files:
M Include/internal/pycore_frame.h
M InternalDocs/compiler.md
diff --git a/Include/internal/pycore_frame.h b/Include/internal/pycore_frame.h
index 1e0368faa5b510..506c20ca1950bd 100644
--- a/Include/internal/pycore_frame.h
+++ b/Include/internal/pycore_frame.h
@@ -13,7 +13,7 @@ extern "C" {
#include "pycore_code.h" // STATS
#include "pycore_stackref.h" // _PyStackRef
-/* See Objects/frame_layout.md for an explanation of the frame stack
+/* See InternalDocs/frames.md for an explanation of the frame stack
* including explanation of the PyFrameObject and _PyInterpreterFrame
* structs. */
diff --git a/InternalDocs/compiler.md b/InternalDocs/compiler.md
index 17fe0df6e1db10..b3dc0a48069969 100644
--- a/InternalDocs/compiler.md
+++ b/InternalDocs/compiler.md
@@ -623,8 +623,8 @@ Important files
Objects
=======
-*
[Objects/locations.md](https://github.com/python/cpython/blob/main/Objects/locations.md):
Describes the location table
-*
[Objects/frame_layout.md](https://github.com/python/cpython/blob/main/Objects/frame_layout.md):
Describes the frame stack
+* [Locations](locations.md): Describes the location table
+* [Frames](frames.md): Describes frames and the frame stack
*
[Objects/object_layout.md](https://github.com/python/cpython/blob/main/Objects/object_layout.md):
Describes object layout for 3.11 and later
* [Exception Handling](exception_handling.md): Describes the exception table
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]