mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +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
|
@ -474,7 +474,7 @@ read_obj(uint16_t *p)
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* See Objects/exception_handling_notes.txt for details.
|
/* See InternalDocs/exception_handling.md for details.
|
||||||
*/
|
*/
|
||||||
static inline unsigned char *
|
static inline unsigned char *
|
||||||
parse_varint(unsigned char *p, int *result) {
|
parse_varint(unsigned char *p, int *result) {
|
||||||
|
|
|
@ -126,7 +126,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_handling_notes.txt for details of layout */
|
/* See InternalDocs/exception_handling.md 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