]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: internal notes have moved, correct references (#130762)
authorNed Batchelder <ned@nedbatchelder.com>
Mon, 3 Mar 2025 11:38:49 +0000 (04:38 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Mar 2025 11:38:49 +0000 (06:38 -0500)
Include/internal/pycore_code.h
Python/assemble.c

index 6d45d5f0c4071ff2009a2c6054b83b1e27fbf758..fa0e0bd01c99e9b6bed4c199a0ba887130560dec 100644 (file)
@@ -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) {
index 6dcac332f076d859a96a3955991cbcfbdb6ab9b8..070be1ca54e3ead313b97d8f0b89ac768d0201f3 100644 (file)
@@ -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