Add the interpreters Module, Implementing PEP 734
Aperta
@ericsnowcurrently ci sta già lavorando.
Dal 30/5/2025.
3.14
3.15
stdlib
topic-subinterpreters
type-feature
- Lingua principale
- Python
- Stelle
- 77.2k
- Fork
- 35.9k
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
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:
- move files from Lib/test/support/interpreters to Lib/interpreters
- add Docs/library/interpreters.rst, etc.
- add a multiple-interpreters howto doc (related: gh-123152)
- update
InterpreterPoolExecutorto useinterpreters.Interpreter
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
- gh-133958
- gh-135414
- gh-135902
- gh-136141
- gh-136143
- gh-136564
- gh-136605
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.