This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2017年05月23日 05:24 by eric.snow, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 1748 | merged | eric.snow, 2017年05月23日 05:24 | |
| PR 1802 | closed | eric.snow, 2017年05月24日 23:29 | |
| PR 1803 | closed | eric.snow, 2017年05月24日 23:31 | |
| Messages (5) | |||
|---|---|---|---|
| msg294225 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2017年05月23日 05:24 | |
For a variety of reasons, I'd like to be able to manage subinterpreters from Python code. An initial effort would add a _interpreters module to the stdlib that exposes the basic functionality of the corresponding C-API. |
|||
| msg294501 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2017年05月25日 17:15 | |
proposed: https://mail.python.org/pipermail/python-ideas/2017-May/045765.html |
|||
| msg294529 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2017年05月26日 03:15 | |
A naming suggestion: let's leave the `interpreters` & `_interpreters` names free for a possible future PEP to make this a public API with a fallback multiprocessing backed implementation for implementations that don't have native subinterpreter support. Then for this "testing and experimentation only" API, we'd go with "_subinterpreters" to match the name typically used to refer to the CPython feature. |
|||
| msg310315 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2018年01月20日 01:59 | |
FYI, I'm working on a low-level patch for use in the test suite for 3.7. See issue #32604. |
|||
| msg368897 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2020年05月15日 01:18 | |
I mark this issue as a duplicate of bpo-32604. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:46 | admin | set | github: 74624 |
| 2020年05月15日 01:18:14 | vstinner | set | status: open -> closed superseder: [subinterpreters] PEP 554 implementation: add interpreters module nosy: + vstinner messages: + msg368897 resolution: duplicate stage: patch review -> resolved |
| 2020年05月15日 00:42:10 | vstinner | set | components:
+ Subinterpreters, - Library (Lib) title: Expose the subinterpreters C-API in the stdlib. -> [subinterpreters] Expose the subinterpreters C-API in the stdlib |
| 2018年02月19日 21:20:48 | pmpp | set | nosy:
+ pmpp |
| 2018年01月20日 01:59:30 | eric.snow | set | messages:
+ msg310315 versions: + Python 3.8, - Python 3.7 |
| 2017年05月26日 03:15:29 | ncoghlan | set | nosy:
+ ncoghlan messages: + msg294529 |
| 2017年05月25日 17:15:24 | eric.snow | set | messages: + msg294501 |
| 2017年05月24日 23:31:11 | eric.snow | set | pull_requests: + pull_request1886 |
| 2017年05月24日 23:29:56 | eric.snow | set | pull_requests: + pull_request1885 |
| 2017年05月23日 05:24:54 | eric.snow | set | pull_requests: + pull_request1839 |
| 2017年05月23日 05:24:25 | eric.snow | create | |