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 5b6eb17 commit 226e75cCopy full SHA for 226e75c
1 file changed
Doc/library/interpreters.rst
@@ -50,6 +50,10 @@ to keep in mind about using multiple interpreters:
50
51
.. XXX Are there other relevant details to list?
52
53
+In the context of multiple interpreters, "isolated" means each
54
+interpreter shares no state between them. In practice, there is some
55
+process-global data they all share, but that is managed by the runtime.
56
+
57
58
Reference
59
---------
0 commit comments