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.
1 parent ffc2f1d commit 149fbb0Copy full SHA for 149fbb0
InternalDocs/jit.md
@@ -22,7 +22,7 @@ It then calls the function `_PyOptimizer_Optimize()` in
22
[`Python/optimizer.c`](../Python/optimizer.c), passing it the current
23
[frame](frames.md) and instruction pointer. `_PyOptimizer_Optimize()`
24
constructs an object of type
25
-[`_PyExecutorObject`](Include/internal/pycore_optimizer.h) which implements
+[`_PyExecutorObject`](../Include/internal/pycore_optimizer.h) which implements
26
an optimized version of the instruction trace beginning at this jump.
27
28
The optimizer determines where the trace ends, and the executor is set up
0 commit comments