mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
docs: internal notes have moved, correct references (#130762)
This commit is contained in:
parent
8f11af45de
commit
efbc5929ca
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ assemble_emit_exception_table_item(struct assembler *a, int value, int msb)
|
|||
write_except_byte(a, (value&0x3f) | msb);
|
||||
}
|
||||
|
||||
/* See Objects/exception_handling_notes.txt for details of layout */
|
||||
/* See InternalDocs/exception_handling.md for details of layout */
|
||||
#define MAX_SIZE_OF_ENTRY 20
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue