mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix link to exception handling notes (GH-29617)
This commit is contained in:
parent
337cb480e9
commit
d64659d8cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue