Skip to content

Commit 78e4bbc

Browse files
Add a link to the commit on github.
1 parent 582b924 commit 78e4bbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/reference/executionmodel.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,9 @@ into Python in the context of a specific interpreter.
529529

530530
In an ideal world, "Python runtime" would refer to what we currently
531531
call "interpreter". However, it's been called "interpreter" at least
532-
since introduced in 1997 (CPython:a027efa5b).
532+
since introduced in 1997 (`CPython:a027efa5b`_).
533+
534+
.. _CPython:a027efa5b: https://github.com/python/cpython/commit/a027efa5b
533535

534536
Each interpreter completely encapsulates all of the non-process-global,
535537
non-thread-specific state needed for the Python runtime to work.

0 commit comments

Comments
 (0)