diff options
author | Tomas R. <tomas.roun8@gmail.com> | 2024-10-29 17:25:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 17:25:05 (GMT) |
commit | aab58a93efd09185e3622572d2624a31e0fe405b (patch) | |
tree | 893178c0fa545041d8b77ec0fa1f5b45999aadca /Misc | |
parent | b2eaa75b176e07730215d76d8dce4d63fb493391 (diff) | |
download | cpython-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.rst | 2 |
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. |