]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98831: Identify instructions that don't use oparg (#100957)
authorGuido van Rossum <guido@python.org>
Sat, 14 Jan 2023 01:06:45 +0000 (17:06 -0800)
committerGitHub <noreply@github.com>
Sat, 14 Jan 2023 01:06:45 +0000 (17:06 -0800)
commit5134ef48784b07133ae40b09a8086c10f0cac324
tree6d5f229d8ba72492f2ae485b56ce0853ed05da3e
parent6bde3d2fd323fde8b9abf19b996ef7e8f1c549c1
GH-98831: Identify instructions that don't use oparg (#100957)

For these the instr_format field uses IX instead of IB.
Register instructions use IX, IB, IBBX, IBBB, etc.

Also: Include the closing '}' in Block.tokens, for completeness
Python/opcode_metadata.h
Tools/cases_generator/generate_cases.py
Tools/cases_generator/parser.py