]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-119786: Fix _PyExecutorObject link at jit.md file (#131382)
authorNybblista <170842536+nybblista@users.noreply.github.com>
Mon, 17 Mar 2025 21:22:12 +0000 (00:22 +0300)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 21:22:12 +0000 (21:22 +0000)
InternalDocs/jit.md

index 2c204f39792d6af0214817397dc2960e77b1f63d..bd0c348af35c346167ecd0f1be05b1ccb1ae2bc6 100644 (file)
@@ -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