We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582b924 commit 78e4bbcCopy full SHA for 78e4bbc
Doc/reference/executionmodel.rst
@@ -529,7 +529,9 @@ into Python in the context of a specific interpreter.
529
530
In an ideal world, "Python runtime" would refer to what we currently
531
call "interpreter". However, it's been called "interpreter" at least
532
- since introduced in 1997 (CPython:a027efa5b).
+ since introduced in 1997 (`CPython:a027efa5b`_).
533
+
534
+ .. _CPython:a027efa5b: https://github.com/python/cpython/commit/a027efa5b
535
536
Each interpreter completely encapsulates all of the non-process-global,
537
non-thread-specific state needed for the Python runtime to work.
0 commit comments