Skip to content

Commit 2becd71

Browse files
Update Doc/library/sys.rst
Co-authored-by: Eric Snow <[email protected]>
1 parent 7e9c4b5 commit 2becd71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Doc/library/sys.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,12 @@ always available. Unless explicitly noted otherwise, all variables are read-only
11861186
be disabled.
11871187

11881188
*supports_isolated_interpreters* is a boolean value, whether
1189-
this implementation supports :pep:`734`. It is always ``True`` for CPython.
1189+
this implementation supports multiple isolated interpreters.
1190+
It is ``True`` for CPython on most platforms. Platforms with
1191+
this support implement the low-level :mod:`!_interpreters` module.
1192+
1193+
.. seealso:
1194+
:pep:`684`, :pep:`734`, and :mod:`concurrent.interpreters`.
11901195
11911196
:data:`sys.implementation` may contain additional attributes specific to
11921197
the Python implementation. These non-standard attributes must start with

0 commit comments

Comments
 (0)