File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ comparisons with Python's various existing concurrency models.
2525
2626 :mod: `concurrent.interpreters `
2727
28- :ref: `execcomponents `
29- more details about how interpreters fit into
30- Python's execution model
28+ .. XXX Add a ref to the upcoming lang ref runtime components section.
3129
3230 .. XXX Add a reference to the upcoming concurrency HOWTO doc.
3331
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ Actual concurrency is available separately through
3131 :class: `~concurrent.futures.InterpreterPoolExecutor `
3232 combines threads with interpreters in a familiar interface.
3333
34+ .. XXX Add a ref to the upcoming lang ref runtime components section.
35+
3436 :ref: `multiple-interpreters-howto `
3537 how to use multiple interpreters
3638
You can’t perform that action at this time.
0 commit comments