Skip to content
Prev Previous commit
Next Next commit
remove unnecessary comment
  • Loading branch information
iritkatriel committed Apr 3, 2023
commit 1abb2c4a0cac984b10bce32dc15e7e965133a710
1 change: 0 additions & 1 deletion Python/compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -7416,7 +7416,6 @@ assemble_code_unit(struct compiler_unit *u, PyObject *const_cache,
if (maxdepth < 0) {
goto error;
}
/* TO DO -- For 3.12, make sure that `maxdepth <= MAX_ALLOWED_STACK_USE` */

_PyCfg_ConvertExceptionHandlersToNops(g.g_entryblock);

Expand Down