File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
This module provides low-level primitives for working with multiple
12
12
Python interpreters in the same runtime in the current process.
13
- .. XXX The :mod:`interpreters` module provides an easier to use and
14
- higher-level API built on top of this module.
15
13
16
14
More information about (sub)interpreters is found at
17
- :ref: `_sub -interpreter-support `, including what data is shared between
15
+ :ref: `sub -interpreter-support `, including what data is shared between
18
16
interpreters and what is unique. Note particularly that interpreters
19
17
aren't inherently threaded, even though they track and manage Python
20
18
threads. To run code in an interpreter in a different OS thread, call
@@ -30,9 +28,6 @@ For example::
30
28
31
29
This module is optional. It is provided by Python implementations which
32
30
support multiple interpreters.
33
- .. XXX For systems lacking the :mod:`_interpreters` module, the
34
- :mod:`_dummy_interpreters` module is available. It duplicates this
35
- module's interface and can be used as a drop-in replacement.
36
31
37
32
It defines the following functions:
38
33
Original file line number Diff line number Diff line change @@ -29,3 +29,4 @@ The following are support modules for some of the above services:
29
29
_thread.rst
30
30
_dummy_thread.rst
31
31
dummy_threading.rst
32
+ _interpreters.rst
You can’t perform that action at this time.
0 commit comments