mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
bpo-33387: update documentation for exception handling opcode changes (GH-24334)
* bpo-33387: remove obsolete comment * bpo-33387: update SETUP_WITH opcode documentation
This commit is contained in:
parent
c92cd0f3c8
commit
dea5bf9d15
2 changed files with 1 additions and 3 deletions
|
@ -898,8 +898,6 @@ compiler_next_instr(basicblock *b)
|
|||
* 1 -- when jump
|
||||
* -1 -- maximal
|
||||
*/
|
||||
/* XXX Make the stack effect of WITH_CLEANUP_START and
|
||||
WITH_CLEANUP_FINISH deterministic. */
|
||||
static int
|
||||
stack_effect(int opcode, int oparg, int jump)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue