]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-125644: Update `locations.md` reference (#125645)
authorEmmanuel Ferdman <emmanuelferdman@gmail.com>
Thu, 17 Oct 2024 14:33:37 +0000 (17:33 +0300)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2024 14:33:37 +0000 (16:33 +0200)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
InternalDocs/compiler.md

index acef6def563154530483a47164959e8e1738b605..e9608977b0cbb371c176e5bd57dbd9ca5ab91f8e 100644 (file)
@@ -447,7 +447,7 @@ bytecode. This includes transforming pseudo instructions into actual instruction
 converting jump targets from logical labels to relative offsets, and
 construction of the
 [exception table](exception_handling.md) and
-[locations table](https://github.com/python/cpython/blob/main/Objects/locations.md).
+[locations table](https://github.com/python/cpython/blob/main/InternalDocs/locations.md).
 The bytecode and tables are then wrapped into a ``PyCodeObject`` along with additional
 metadata, including the ``consts`` and ``names`` arrays, information about function
 reference to the source code (filename, etc). All of this is implemented by