diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/assemble.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/assemble.c b/Python/assemble.c index 46a2180..24ecc71 100644 --- a/Python/assemble.c +++ b/Python/assemble.c @@ -145,6 +145,7 @@ assemble_exception_table(struct assembler *a, instr_sequence *instrs) int ioffset = 0; _PyCompile_ExceptHandlerInfo handler; handler.h_offset = -1; + handler.h_startdepth = -1; handler.h_preserve_lasti = -1; int start = -1; for (int i = 0; i < instrs->s_used; i++) { |