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.

Author berker.peksag
Recipients Gabriel McManus, berker.peksag
Date 2018-08-17.22:44:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534545850.76.0.56676864532.issue29386@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report.

Looking at the Kernel source code, there doesn't seem to be any difference between -1, -100, or -255: https://github.com/torvalds/linux/blob/9bd553929f68921be0f2014dd06561e0c8249a0d/fs/eventpoll.c#L1747-L1761

Do you know any other OS that implements or mimicks epoll() other than Illumos? Since https://github.com/joyent/illumos-joyent/commit/d21b3b2e1bbefbd2f6158ed5d329cd58f86677ab, Illumos follows Linux's behavior, so I'm not sure whether we should do something similar to https://github.com/python/cpython/commit/6cfa927ceb931ad968b5b03e4a2bffb64a8a0604 for epoll.poll().
History
Date User Action Args
2018-08-17 22:44:10berker.peksagsetrecipients: + berker.peksag, Gabriel McManus
2018-08-17 22:44:10berker.peksagsetmessageid: <1534545850.76.0.56676864532.issue29386@psf.upfronthosting.co.za>
2018-08-17 22:44:10berker.peksaglinkissue29386 messages
2018-08-17 22:44:10berker.peksagcreate