From 2826cc40b9698d6741c32860a946b4a3598eb2f9 Mon Sep 17 00:00:00 2001 From: nybblista <170842536+nybblista@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:10:50 +0300 Subject: [PATCH] Fix _PyExecutorObject link at jit.md file Now _PyExecutorObject link refers to the right URL. --- InternalDocs/jit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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