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 Manjusaka
Recipients Manjusaka
Date 2018-12-14.16:19:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544804352.43.0.788709270274.issue35497@psf.upfronthosting.co.za>
In-reply-to
Content
Since Python 3.7, Python adds a mask variable named EPOLLEXCLUSIVE for select.epoll. The mask variable is supported by the Linux Kernel since Kernel 4.5. So we can add a tip in this part of Python docs to notice the people the case.
History
Date User Action Args
2018-12-14 16:19:12Manjusakasetrecipients: + Manjusaka
2018-12-14 16:19:12Manjusakasetmessageid: <1544804352.43.0.788709270274.issue35497@psf.upfronthosting.co.za>
2018-12-14 16:19:12Manjusakalinkissue35497 messages
2018-12-14 16:19:12Manjusakacreate