Skip to content

Commit d64659d

Browse files
authored
Fix link to exception handling notes (GH-29617)
1 parent 337cb48 commit d64659d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6983,7 +6983,7 @@ assemble_emit_exception_table_item(struct assembler *a, int value, int msb)
69836983
write_except_byte(a, (value&0x3f) | msb);
69846984
}
69856985

6986-
/* See Objects/exception_table_notes.txt for details of layout */
6986+
/* See Objects/exception_handling_notes.txt for details of layout */
69876987
#define MAX_SIZE_OF_ENTRY 20
69886988

69896989
static int

0 commit comments

Comments
 (0)