gh-119786: fix broken links in docs and comment (#121601)

This commit is contained in:
Irit Katriel 2024-07-10 22:59:14 +01:00 committed by GitHub
parent 35a67e36aa
commit ef10110cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View 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. */

View 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