From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Fri, 19 Nov 2021 15:40:18 +0000 (+0000) Subject: Fix link to exception handling notes (GH-29617) X-Git-Tag: v3.11.0a3~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d64659d8cdd90bf52950563c945b30b5f0ca8dd2;p=thirdparty%2FPython%2Fcpython.git Fix link to exception handling notes (GH-29617) --- diff --git a/Python/compile.c b/Python/compile.c index 1ae4b6575a7f..40bd1fde0a9f 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