summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build/2022-10-28-22-24-26.gh-issue-98831.IXRCRX.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Build/2022-10-28-22-24-26.gh-issue-98831.IXRCRX.rst')
-rw-r--r--Misc/NEWS.d/next/Build/2022-10-28-22-24-26.gh-issue-98831.IXRCRX.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-10-28-22-24-26.gh-issue-98831.IXRCRX.rst b/Misc/NEWS.d/next/Build/2022-10-28-22-24-26.gh-issue-98831.IXRCRX.rst
deleted file mode 100644
index c572f14..0000000
--- a/Misc/NEWS.d/next/Build/2022-10-28-22-24-26.gh-issue-98831.IXRCRX.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-Add new tooling, in ``Tools/cases_generator``,
-to generate the interpreter switch statement from a list of opcode definitions.
-This only affects adding, modifying or removing instruction definitions.
-The instruction definitions now live in ``Python/bytecodes.c``,
-in the form of a `custom DSL (under development)
-<https://github.com/faster-cpython/ideas/blob/main/3.12/interpreter_definition.md>`__.
-The tooling reads this file and writes ``Python/generated_cases.c.h``,
-which is then included by ``Python/ceval.c`` to provide most of the cases
-of the main interpreter switch.