https://github.com/python/cpython/commit/bfc292abc10091a9298027596d107652ee4fe166 commit: bfc292abc10091a9298027596d107652ee4fe166 branch: main author: Tomas R. <tomas.ro...@gmail.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-05T12:36:16+02:00 summary:
Docs: Fix typo in `InternalDocs/jit.md` (#132119) files: M InternalDocs/jit.md diff --git a/InternalDocs/jit.md b/InternalDocs/jit.md index bd0c348af35c34..c98ccb3ace8d9e 100644 --- a/InternalDocs/jit.md +++ b/InternalDocs/jit.md @@ -66,7 +66,7 @@ When invoked, the executor jumps to the `tier2_dispatch:` label in executes the micro-ops. The body of this loop is a switch statement over the uops IDs, resembling the one used in the adaptive interpreter. -The swtich implementing the uops is in [`Python/executor_cases.c.h`](../Python/executor_cases.c.h), +The switch implementing the uops is in [`Python/executor_cases.c.h`](../Python/executor_cases.c.h), which is generated by the build script [`Tools/cases_generator/tier2_generator.py`](../Tools/cases_generator/tier2_generator.py) from the bytecode definitions in _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com