This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add constants EPOLLRDHUP and POLLRDHUP to module select.
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: berker.peksag, python-dev, socketpair
Priority: normal Keywords:

Created on 2016-07-18 20:00 by socketpair, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (5)
msg270788 - (view) Author: Марк Коренберг (socketpair) * Date: 2016-07-18 20:00
These constants are supported since Linux kernel 2.6.17
msg270813 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-07-19 04:47
New changeset af98e92f3b30 by Benjamin Peterson in branch 'default':
expose EPOLLRDHUP (closes #27567)
https://hg.python.org/cpython/rev/af98e92f3b30
msg270820 - (view) Author: Марк Коренберг (socketpair) * Date: 2016-07-19 11:44
Thanks, but POLLRDHUP is also missing...I have typo in subject(fixed)
msg270837 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-07-19 18:08
New changeset d87f30c29ad4 by Berker Peksag in branch 'default':
Issue #27567: Expose the POLLRDHUP constant in the select module
https://hg.python.org/cpython/rev/d87f30c29ad4
msg270838 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-07-19 18:09
Thanks!
History
Date User Action Args
2022-04-11 14:58:34adminsetgithub: 71754
2016-07-19 18:09:36berker.peksagsetstatus: open -> closed
nosy: + berker.peksag
messages: + msg270838

2016-07-19 18:08:42python-devsetmessages: + msg270837
2016-07-19 11:44:28socketpairsetstatus: closed -> open
2016-07-19 11:44:00socketpairsetmessages: + msg270820
title: Add constants EPOLLRDHUP and EPOLLHUP to module select. -> Add constants EPOLLRDHUP and POLLRDHUP to module select.
2016-07-19 04:47:54python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg270813

resolution: fixed
stage: resolved
2016-07-18 20:01:05socketpairsettype: enhancement
components: + Library (Lib)
versions: + Python 3.6
2016-07-18 20:00:36socketpaircreate