◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from 1 commit
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
Prev
Next Next commit
bpo-33387: remove obsolete comment
  • Loading branch information
iritkatriel committed Jan 25, 2021
commit 6ca510d47497b0cf7f12ba5b7a0b145a952a9362
2 changes: 0 additions & 2 deletions Python/compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
Toggle all file notes Toggle all file annotations