[subinterpreters] Support basic asynchronous cross-interpreter operations.
Open
@ericsnowcurrently is already working on this.
Since May 8, 2020.
3.9 (EOL)
topic-C-API
topic-subinterpreters
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 40572 |
|---|---|
| Nosy | @vstinner, @ericsnowcurrently |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/ericsnowcurrently'
closed_at = None
created_at = <Date 2020-05-08.22:28:51.133>
labels = ['expert-subinterpreters', 'expert-C-API', 'type-feature', '3.9']
title = '[subinterpreters] Support basic asynchronous cross-interpreter operations.'
updated_at = <Date 2020-05-15.00:43:16.244>
user = 'https://github.com/ericsnowcurrently'
bugs.python.org fields:
activity = <Date 2020-05-15.00:43:16.244>
actor = 'vstinner'
assignee = 'eric.snow'
closed = False
closed_date = None
closer = None
components = ['C API', 'Subinterpreters']
creation = <Date 2020-05-08.22:28:51.133>
creator = 'eric.snow'
dependencies = []
files = []
hgrepos = []
issue_num = 40572
keywords = ['patch']
message_count = 1.0
messages = ['368476']
nosy_count = 2.0
nosy_names = ['vstinner', 'eric.snow']
pr_nums = ['20012']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue40572'
versions = ['Python 3.9']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.