mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
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 <zintensitydev@gmail.com>
This commit is contained in:
parent
6dbace397f
commit
fe4dd07a84
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue