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 a517731 commit 7aa603bCopy full SHA for 7aa603b
src/spdl/pipeline/_iter_utils/_subinterpreter.py
@@ -142,7 +142,7 @@ def iterate_in_subinterpreter(
142
"""**[Experimental]** Run the given ``iterable`` in a subinterpreter.
143
144
This function behaves similarly to :py:func:`iterate_in_subprocess`, but uses
145
- Python 3.14's ``concurrent.interpreters`` module instead of multiprocessing.
+ Python 3.14's :py:mod:`concurrent.interpreters` module instead of multiprocessing.
146
Subinterpreters provide isolation while sharing the same process, which can be
147
more lightweight than spawning a separate process.
148
0 commit comments