https://github.com/python/cpython/commit/149fbb01f2f49e6d87ab916d099d19c57f7ed80a commit: 149fbb01f2f49e6d87ab916d099d19c57f7ed80a branch: main author: Nybblista <170842536+nybbli...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2025-03-17T21:22:12Z summary:
gh-119786: Fix _PyExecutorObject link at jit.md file (#131382) files: M InternalDocs/jit.md diff --git a/InternalDocs/jit.md b/InternalDocs/jit.md index 2c204f39792d6a..bd0c348af35c34 100644 --- a/InternalDocs/jit.md +++ b/InternalDocs/jit.md @@ -22,7 +22,7 @@ It then calls the function `_PyOptimizer_Optimize()` in [`Python/optimizer.c`](../Python/optimizer.c), passing it the current [frame](frames.md) and instruction pointer. `_PyOptimizer_Optimize()` constructs an object of type -[`_PyExecutorObject`](Include/internal/pycore_optimizer.h) which implements +[`_PyExecutorObject`](../Include/internal/pycore_optimizer.h) which implements an optimized version of the instruction trace beginning at this jump. The optimizer determines where the trace ends, and the executor is set up _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com