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

Documentation: os.waitid and os.WNOHANG #78459

Open
crzbear mannequin opened this issue Jul 30, 2018 · 2 comments
Open

Documentation: os.waitid and os.WNOHANG #78459

crzbear mannequin opened this issue Jul 30, 2018 · 2 comments
Labels
docs Documentation in the Doc dir stdlib Python modules in the Lib dir

Comments

@crzbear
Copy link
Mannequin

crzbear mannequin commented Jul 30, 2018

BPO 34278
Nosy @iritkatriel

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 2018-07-30.09:02:57.154>
labels = ['library', 'docs']
title = 'Documentation: os.waitid and os.WNOHANG'
updated_at = <Date 2021-06-24.23:46:30.132>
user = 'https://bugs.python.org/crzbear'

bugs.python.org fields:

activity = <Date 2021-06-24.23:46:30.132>
actor = 'iritkatriel'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'Library (Lib)']
creation = <Date 2018-07-30.09:02:57.154>
creator = 'crzbear'
dependencies = []
files = []
hgrepos = []
issue_num = 34278
keywords = []
message_count = 2.0
messages = ['322660', '396518']
nosy_count = 3.0
nosy_names = ['docs@python', 'crzbear', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue34278'
versions = ['Python 3.6']

@crzbear
Copy link
Mannequin Author

crzbear mannequin commented Jul 30, 2018

os.waitid states that None is returned
if WNOHANG was specified and no children are in a waitable state

os.WNOHANG states that the return value in this case would be (0, 0)

Python 3.6.5 returns None, so the latter probably needs to be changed

@crzbear crzbear mannequin assigned docspython Jul 30, 2018
@crzbear crzbear mannequin added the docs Documentation in the Doc dir label Jul 30, 2018
@iritkatriel
Copy link
Member

See also bpo-41825, bpo-38802, bpo-27808.

@iritkatriel iritkatriel added the stdlib Python modules in the Lib dir label Jun 24, 2021
@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
Projects
None yet
Development

No branches or pull requests

1 participant