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

Add constants EPOLLRDHUP and POLLRDHUP to module select. #71754

Closed
socketpair mannequin opened this issue Jul 18, 2016 · 5 comments
Closed

Add constants EPOLLRDHUP and POLLRDHUP to module select. #71754

socketpair mannequin opened this issue Jul 18, 2016 · 5 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@socketpair
Copy link
Mannequin

socketpair mannequin commented Jul 18, 2016

BPO 27567
Nosy @socketpair, @berkerpeksag

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 2016-07-19.18:09:36.721>
created_at = <Date 2016-07-18.20:00:36.669>
labels = ['type-feature', 'library']
title = 'Add constants EPOLLRDHUP and POLLRDHUP to module select.'
updated_at = <Date 2016-07-19.18:09:36.711>
user = 'https://github.com/socketpair'

bugs.python.org fields:

activity = <Date 2016-07-19.18:09:36.711>
actor = 'berker.peksag'
assignee = 'none'
closed = True
closed_date = <Date 2016-07-19.18:09:36.721>
closer = 'berker.peksag'
components = ['Library (Lib)']
creation = <Date 2016-07-18.20:00:36.669>
creator = 'socketpair'
dependencies = []
files = []
hgrepos = []
issue_num = 27567
keywords = []
message_count = 5.0
messages = ['270788', '270813', '270820', '270837', '270838']
nosy_count = 3.0
nosy_names = ['socketpair', 'python-dev', 'berker.peksag']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue27567'
versions = ['Python 3.6']

@socketpair
Copy link
Mannequin Author

socketpair mannequin commented Jul 18, 2016

These constants are supported since Linux kernel 2.6.17

@socketpair socketpair mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jul 18, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jul 19, 2016

New changeset af98e92f3b30 by Benjamin Peterson in branch 'default':
expose EPOLLRDHUP (closes bpo-27567)
https://hg.python.org/cpython/rev/af98e92f3b30

@python-dev python-dev mannequin closed this as completed Jul 19, 2016
@socketpair
Copy link
Mannequin Author

socketpair mannequin commented Jul 19, 2016

Thanks, but POLLRDHUP is also missing...I have typo in subject(fixed)

@socketpair socketpair mannequin changed the title Add constants EPOLLRDHUP and EPOLLHUP to module select. Add constants EPOLLRDHUP and POLLRDHUP to module select. Jul 19, 2016
@socketpair socketpair mannequin reopened this Jul 19, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jul 19, 2016

New changeset d87f30c29ad4 by Berker Peksag in branch 'default':
Issue bpo-27567: Expose the POLLRDHUP constant in the select module
https://hg.python.org/cpython/rev/d87f30c29ad4

@berkerpeksag
Copy link
Member

Thanks!

@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
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