Skip to content

Commit 0d88b99

Browse files
gh-125644: Update locations.md reference (#125645)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 37986e8 commit 0d88b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ bytecode. This includes transforming pseudo instructions into actual instruction
447447
converting jump targets from logical labels to relative offsets, and
448448
construction of the
449449
[exception table](exception_handling.md) and
450-
[locations table](https://github.com/python/cpython/blob/main/Objects/locations.md).
450+
[locations table](https://github.com/python/cpython/blob/main/InternalDocs/locations.md).
451451
The bytecode and tables are then wrapped into a ``PyCodeObject`` along with additional
452452
metadata, including the ``consts`` and ``names`` arrays, information about function
453453
reference to the source code (filename, etc). All of this is implemented by

0 commit comments

Comments
 (0)