8000 multiprocessing.Array 'c' code is not documented · Issue #76187 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

multiprocessing.Array 'c' code is not documented #76187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
stevendaprano opened this issue Nov 11, 2017 · 1 comment
Open

multiprocessing.Array 'c' code is not documented #76187

stevendaprano opened this issue Nov 11, 2017 · 1 comment
Labels
docs Documentation in the Doc dir topic-multiprocessing type-bug An unexpected behavior, bug, or error

Comments

@stevendaprano
Copy link
Member
stevendaprano commented Nov 11, 2017
BPO 32006
Nosy @stevendaprano

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 = None
closed_at = None
created_at = <Date 2017-11-11.00:10:10.720>
labels = ['type-bug', 'docs']
title = "multiprocessing.Array 'c' code is not documented"
updated_at = <Date 2017-11-11.00:10:10.720>
user = 'https://github.com/stevendaprano'

bugs.python.org fields:

activity = <Date 2017-11-11.00:10:10.720>
actor = 'steven.daprano'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2017-11-11.00:10:10.720>
creator = 'steven.daprano'
dependencies = []
files = []
hgrepos = []
issue_num = 32006
keywords = []
message_count = 1.0
messages = ['306069']
nosy_count = 2.0
nosy_names = ['steven.daprano', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue32006'
versions = []

Linked PRs

@stevendaprano
Copy link
Member Author

multiprocessing.Array is documented as taking the same character codes as array.array, but it also takes 'c' which is not documented.

https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Array
https://docs.python.org/3/library/array.html#module-array

@stevendaprano stevendaprano added docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error labels Nov 11, 2017
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
Projects
Status: No status
Development

No branches or pull requests

2 participants
0