We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb20e3 commit ebc1d47Copy full SHA for ebc1d47
Doc/c-api/veryhigh.rst
@@ -426,8 +426,8 @@ Stack Effects
426
427
.. c:function:: int PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump)
428
429
- Similar to :c:func:`PyCompile_OpcodeStackEffect`, but also includes the
430
- stack effect of jumping depending on the value of *jump*.
+ Similar to :c:func:`PyCompile_OpcodeStackEffect`, but don't include the
+ stack effect of jumping if *jump* is zero.
431
432
If *jump* is ``0``, this will not include the stack effect of jumping, but
433
if *jump* is ``1`` or ``-1``, this will include it.
0 commit comments