]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-119786: Mention `InternalDocs/interpreter.md` instead of non-existing `adaptive...
authorYan Yanchii <yyanchiy@gmail.com>
Mon, 30 Dec 2024 18:38:09 +0000 (19:38 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2024 18:38:09 +0000 (18:38 +0000)
`Python/specialize.c`: Mention `InternalDocs/interpreter.md` instead of non-existing `adaptive.md`

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Python/specialize.c

index 349ed47229894519c7cffd6e843dae70b00a1958..2148b62c3a1953725c2efc4c2427d66224923b8c 100644 (file)
@@ -21,7 +21,7 @@
 extern const char *_PyUOpName(int index);
 
 /* For guidance on adding or extending families of instructions see
- * ./adaptive.md
+ * InternalDocs/interpreter.md `Specialization` section.
  */
 
 #ifdef Py_STATS