https://github.com/python/cpython/commit/efbc5929ca022661bd311b075116746d294bd71b commit: efbc5929ca022661bd311b075116746d294bd71b branch: main author: Ned Batchelder <n...@nedbatchelder.com> committer: nedbat <n...@nedbatchelder.com> date: 2025-03-03T06:38:49-05:00 summary:
docs: internal notes have moved, correct references (#130762) files: M Include/internal/pycore_code.h M Python/assemble.c diff --git a/Include/internal/pycore_code.h b/Include/internal/pycore_code.h index 6d45d5f0c4071f..fa0e0bd01c99e9 100644 --- a/Include/internal/pycore_code.h +++ b/Include/internal/pycore_code.h @@ -474,7 +474,7 @@ read_obj(uint16_t *p) return val; } -/* See Objects/exception_handling_notes.txt for details. +/* See InternalDocs/exception_handling.md for details. */ static inline unsigned char * parse_varint(unsigned char *p, int *result) { diff --git a/Python/assemble.c b/Python/assemble.c index 6dcac332f076d8..070be1ca54e3ea 100644 --- a/Python/assemble.c +++ b/Python/assemble.c @@ -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 _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com