8000 gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and replace by their new versions by iritkatriel · Pull Request #105865 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
typos
  • Loading branch information
iritkatriel committed Jun 17, 2023
commit c910fe237e4f3559812df2f69f098b3eba044c78
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:func:`~dis.stack_effect`B no longer raises an exception if an ``oparg`` is
:func:`~dis.stack_effect` no longer raises an exception if an ``oparg`` is
provided for an ``opcode`` that doesn't use its arg, or when it is not
provided for an ``opcode`` that does use it. In the latter case, the stack
effect is returned or ``oparg=0``.
effect is returned for ``oparg=0``.
0