]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-119786: fix broken links in docs and comment (#121601)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 10 Jul 2024 21:59:14 +0000 (22:59 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 21:59:14 +0000 (21:59 +0000)
Include/internal/pycore_frame.h
InternalDocs/compiler.md

index 1e0368faa5b5104626f0739e33421c23d87143a6..506c20ca1950bd9fca0d21018ae102b915aa7cef 100644 (file)
@@ -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. */
 
index 17fe0df6e1db1066c3bdf216eece1fd121823a82..b3dc0a480699692df72b9ed7652b7ada5605a682 100644 (file)
@@ -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