https://github.com/python/cpython/commit/0d88b995a641315306d56fba7d07479b2c5f57ef commit: 0d88b995a641315306d56fba7d07479b2c5f57ef branch: main author: Emmanuel Ferdman <[email protected]> committer: vstinner <[email protected]> date: 2024-10-17T16:33:37+02:00 summary:
gh-125644: Update `locations.md` reference (#125645) Signed-off-by: Emmanuel Ferdman <[email protected]> files: M InternalDocs/compiler.md diff --git a/InternalDocs/compiler.md b/InternalDocs/compiler.md index acef6def563154..e9608977b0cbb3 100644 --- a/InternalDocs/compiler.md +++ b/InternalDocs/compiler.md @@ -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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
