mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
This commit is contained in:
parent
247ee1bf84
commit
8b55adfa8f
11 changed files with 778 additions and 763 deletions
|
@ -1611,8 +1611,8 @@ iterations of the loop.
|
|||
opcodes in the range [0,255] which don't use their argument and those
|
||||
that do (``< HAVE_ARGUMENT`` and ``>= HAVE_ARGUMENT``, respectively).
|
||||
|
||||
If your application uses pseudo instructions, use the :data:`hasarg`
|
||||
collection instead.
|
||||
If your application uses pseudo instructions or specialized instructions,
|
||||
use the :data:`hasarg` collection instead.
|
||||
|
||||
.. versionchanged:: 3.6
|
||||
Now every instruction has an argument, but opcodes ``< HAVE_ARGUMENT``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue