We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
locations.md
1 parent 37986e8 commit 0d88b99Copy full SHA for 0d88b99
InternalDocs/compiler.md
@@ -447,7 +447,7 @@ bytecode. This includes transforming pseudo instructions into actual instruction
447
converting jump targets from logical labels to relative offsets, and
448
construction of the
449
[exception table](exception_handling.md) and
450
-[locations table](https://github.com/python/cpython/blob/main/Objects/locations.md).
+[locations table](https://github.com/python/cpython/blob/main/InternalDocs/locations.md).
451
The bytecode and tables are then wrapped into a ``PyCodeObject`` along with additional
452
metadata, including the ``consts`` and ``names`` arrays, information about function
453
reference to the source code (filename, etc). All of this is implemented by
0 commit comments