8000 gh-119786: Fix _PyExecutorObject link at jit.md file (#131382) · python/cpython@149fbb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 149fbb0

Browse files
authored
gh-119786: Fix _PyExecutorObject link at jit.md file (#131382)
1 parent ffc2f1d commit 149fbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/jit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It then calls the function `_PyOptimizer_Optimize()` in
2222
[`Python/optimizer.c`](../Python/optimizer.c), passing it the current
2323
[frame](frames.md) and instruction pointer. `_PyOptimizer_Optimize()`
2424
constructs an object of type
25-
[`_PyExecutorObject`](Include/internal/pycore_optimizer.h) which implements
25+
[`_PyExecutorObject`](../Include/internal/pycore_optimizer.h) which implements
2626
an optimized version of the instruction trace beginning at this jump.
2727

2828
The optimizer determines where the trace ends, and the executor is set up

0 commit comments

Comments
 (0)
0