https://github.com/python/cpython/commit/fe4dd07a84ba423179a93ed84bdcc2b4c99b35a9
commit: fe4dd07a84ba423179a93ed84bdcc2b4c99b35a9
branch: main
author: Yan Yanchii <[email protected]>
committer: Eclips4 <[email protected]>
date: 2024-12-30T18:38:09Z
summary:

gh-119786: Mention `InternalDocs/interpreter.md` instead of non-existing 
`adaptive.md` (#128329)

`Python/specialize.c`: Mention `InternalDocs/interpreter.md` instead of 
non-existing `adaptive.md`


Co-authored-by: Peter Bierma <[email protected]>

files:
M Python/specialize.c

diff --git a/Python/specialize.c b/Python/specialize.c
index 349ed472298945..2148b62c3a1953 100644
--- a/Python/specialize.c
+++ b/Python/specialize.c
@@ -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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to