From 3118839ef4069b17b4d567a2044db472ffd0fe21 Mon Sep 17 00:00:00 2001 From: Irit Katriel Date: Thu, 18 Nov 2021 12:12:24 +0000 Subject: [PATCH] fix link to exception handling notes --- Python/compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/compile.c b/Python/compile.c index 1ae4b6575a7f4c0..40bd1fde0a9fd7d 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -6983,7 +6983,7 @@ assemble_emit_exception_table_item(struct assembler *a, int value, int msb) write_except_byte(a, (value&0x3f) | msb); } -/* See Objects/exception_table_notes.txt for details of layout */ +/* See Objects/exception_handling_notes.txt for details of layout */ #define MAX_SIZE_OF_ENTRY 20 static int