You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Add the interpreters Module, Implementing PEP 734 #134939
(This is effectively the successor issue to gh-76785.)
Assuming PEP 734 is accepted (hopefully for 3.14), this issue covers the implementation.
Note that the base implementation already exists as Lib/test/support/interpreters. Thus "implementing" the PEP will amount to moving the files to Lib/interpreters and updating associated references.
TODO:
move files from Lib/test/support/interpreters to Lib/interpreters
Feature or enhancement
Proposal:
(This is effectively the successor issue to gh-76785.)
Assuming PEP 734 is accepted (hopefully for 3.14), this issue covers the implementation.
Note that the base implementation already exists as Lib/test/support/interpreters. Thus "implementing" the PEP will amount to moving the files to Lib/interpreters and updating associated references.
TODO:
InterpreterPoolExecutorto useinterpreters.InterpreterHas this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
concurrent.interpreterssource code link #136564concurrent.interpreterssource code link (GH-136564) #136605