Skip to content
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

multiprocessing queues.py doesn't include JoinableQueue in its __all__ list #49824

Closed
mallyvai mannequin opened this issue Mar 26, 2009 · 2 comments
Closed

multiprocessing queues.py doesn't include JoinableQueue in its __all__ list #49824

mallyvai mannequin opened this issue Mar 26, 2009 · 2 comments
Labels
docs Documentation in the Doc dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@mallyvai
Copy link
Mannequin

mallyvai mannequin commented Mar 26, 2009

BPO 5574
Nosy @mallyvai

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 = <Date 2009-03-31.03:32:43.514>
created_at = <Date 2009-03-26.20:27:26.708>
labels = ['type-feature', 'library', 'docs']
title = "multiprocessing queues.py doesn't include JoinableQueue in its __all__ list"
updated_at = <Date 2009-03-31.03:32:43.500>
user = 'https://github.com/mallyvai'

bugs.python.org fields:

activity = <Date 2009-03-31.03:32:43.500>
actor = 'jnoller'
assignee = 'jnoller'
closed = True
closed_date = <Date 2009-03-31.03:32:43.514>
closer = 'jnoller'
components = ['Documentation', 'Library (Lib)']
creation = <Date 2009-03-26.20:27:26.708>
creator = 'mallyvai'
dependencies = []
files = []
hgrepos = []
issue_num = 5574
keywords = []
message_count = 2.0
messages = ['84212', '84745']
nosy_count = 2.0
nosy_names = ['jnoller', 'mallyvai']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue5574'
versions = ['Python 2.6', 'Python 3.0', 'Python 2.7']

@mallyvai
Copy link
Mannequin Author

mallyvai mannequin commented Mar 26, 2009

Should __all__ = ['Queue', 'SimpleQueue'] in queues.py have
JoinableQueue as part of the list as well?

Also, multiprocessing's __init__.py does not appear to have SimpleQueue
as part of its __all__ - is this expected?

SimpleQueue does not appear in the multiprocessing docs; is it meant to
be avoided by user code then?

@mallyvai mallyvai mannequin assigned birkenfeld Mar 26, 2009
@mallyvai mallyvai mannequin added docs Documentation in the Doc dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Mar 26, 2009
@jnoller jnoller mannequin assigned jnoller and unassigned birkenfeld Mar 26, 2009
@jnoller
Copy link
Mannequin

jnoller mannequin commented Mar 31, 2009

r70792 on trunk

@jnoller jnoller mannequin closed this as completed Mar 31, 2009
@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 stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant