summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/windows-layout-steps.yml
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2023-07-17 18:02:58 (GMT)
committerGitHub <noreply@github.com>2023-07-17 18:02:58 (GMT)
commit2b94a05a0e45e4aae030a28b716a038ef529f8ef (patch)
tree2af704cc17d5fa00ff0face3a52ed6a2167e31a0 /.azure-pipelines/windows-layout-steps.yml
parentb2b261ab2a2d4ff000c6248dbc52247c78cfa5ab (diff)
downloadcpython-2b94a05a0e45e4aae030a28b716a038ef529f8ef.zip
cpython-2b94a05a0e45e4aae030a28b716a038ef529f8ef.tar.gz
cpython-2b94a05a0e45e4aae030a28b716a038ef529f8ef.tar.bz2
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
By turning `assert(kwnames == NULL)` into a macro that is not in the "forbidden" list, many instructions that formerly were skipped because they contained such an assert (but no other mention of `kwnames`) are now supported in Tier 2. This covers 10 instructions in total (all specializations of `CALL` that invoke some C code): - `CALL_NO_KW_TYPE_1` - `CALL_NO_KW_STR_1` - `CALL_NO_KW_TUPLE_1` - `CALL_NO_KW_BUILTIN_O` - `CALL_NO_KW_BUILTIN_FAST` - `CALL_NO_KW_LEN` - `CALL_NO_KW_ISINSTANCE` - `CALL_NO_KW_METHOD_DESCRIPTOR_O` - `CALL_NO_KW_METHOD_DESCRIPTOR_NOARGS` - `CALL_NO_KW_METHOD_DESCRIPTOR_FAST`
Diffstat (limited to '.azure-pipelines/windows-layout-steps.yml')
0 files changed, 0 insertions, 0 deletions