https://github.com/python/cpython/commit/c2470b39fa21f355f811419f1b3d1c776c36fb10
commit: c2470b39fa21f355f811419f1b3d1c776c36fb10
branch: main
author: Mikhail Efimov <[email protected]>
committer: Fidget-Spinner <[email protected]>
date: 2025-11-13T14:44:40Z
summary:

gh-137959: Fix `TIER1_TO_TIER2` macro name in JIT InternalDocs (GH-141496)

JIT InternalDocs fix

files:
M InternalDocs/jit.md

diff --git a/InternalDocs/jit.md b/InternalDocs/jit.md
index 095853807377a4..1740b22b85f77b 100644
--- a/InternalDocs/jit.md
+++ b/InternalDocs/jit.md
@@ -53,7 +53,7 @@ and an instance of `_PyUOpExecutor_Type` is created to 
contain it.
 ## The JIT interpreter
 
 After a `JUMP_BACKWARD` instruction invokes the uop optimizer to create a uop
-executor, it transfers control to this executor via the `GOTO_TIER_TWO` macro.
+executor, it transfers control to this executor via the `TIER1_TO_TIER2` macro.
 
 CPython implements two executors. Here we describe the JIT interpreter,
 which is the simpler of them and is therefore useful for debugging and 
analyzing

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to