Skip to content

Commit 4a7bd9c

Browse files
nedbatseehwan80
authored andcommitted
docs: internal notes have moved, correct references (python#130762)
1 parent 83690dc commit 4a7bd9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Include/internal/pycore_code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ read_obj(uint16_t *p)
474474
return val;
475475
}
476476

477-
/* See Objects/exception_handling_notes.txt for details.
477+
/* See InternalDocs/exception_handling.md for details.
478478
*/
479479
static inline unsigned char *
480480
parse_varint(unsigned char *p, int *result) {

Python/assemble.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ assemble_emit_exception_table_item(struct assembler *a, int value, int msb)
126126
write_except_byte(a, (value&0x3f) | msb);
127127
}
128128

129-
/* See Objects/exception_handling_notes.txt for details of layout */
129+
/* See InternalDocs/exception_handling.md for details of layout */
130130
#define MAX_SIZE_OF_ENTRY 20
131131

132132
static int

0 commit comments

Comments
 (0)