summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTomas R. <tomas.roun8@gmail.com>2024-10-29 17:25:05 (GMT)
committerGitHub <noreply@github.com>2024-10-29 17:25:05 (GMT)
commitaab58a93efd09185e3622572d2624a31e0fe405b (patch)
tree893178c0fa545041d8b77ec0fa1f5b45999aadca /Misc
parentb2eaa75b176e07730215d76d8dce4d63fb493391 (diff)
downloadcpython-aab58a93efd09185e3622572d2624a31e0fe405b.zip
cpython-aab58a93efd09185e3622572d2624a31e0fe405b.tar.gz
cpython-aab58a93efd09185e3622572d2624a31e0fe405b.tar.bz2
gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core_and_Builtins/2024-10-14-17-13-12.gh-issue-118423.SkBoda.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-10-14-17-13-12.gh-issue-118423.SkBoda.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-10-14-17-13-12.gh-issue-118423.SkBoda.rst
new file mode 100644
index 0000000..8511a8d
--- /dev/null
+++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-10-14-17-13-12.gh-issue-118423.SkBoda.rst
@@ -0,0 +1,2 @@
+Add a new ``INSTRUCTION_SIZE`` macro to the cases generator which returns
+the current instruction size.