mirror of
https://github.com/python/cpython.git
synced 2025-12-01 23:32:16 +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);
|
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
|
#define MAX_SIZE_OF_ENTRY 20
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue