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 pklanke
Recipients neologix, pitrou, pklanke, vstinner, yselivanov
Date 2017-11-03.13:14:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <427c9b5b-a289-d2f3-056f-3355245f5ab1@protonic.nl>
In-reply-to <1509638074.05.0.213398074469.issue30844@psf.upfronthosting.co.za>
Content
On 02-11-17 16:54, STINNER Victor wrote:
> STINNER Victor <victor.stinner@gmail.com> added the comment:
>
> It seems like kqueue supports urgent data:
>
> "EV_OOBAND: Read filter on socket may set this flag to indicate the presence of out of band data on the descriptor."
>
> Example: https://github.com/daurnimator/cqueues/commit/52baaf1c25bc7e6f7cb4685cb05f4ed47a3f404a
Looks promising. I will have to look into this.
> Be careful, I also found:
>
> // Older versions of Mac OS X may not define EV_OOBAND.
> #if !defined(EV_OOBAND)
> # define EV_OOBAND EV_FLAG1
> #endif // !defined(EV_OOBAND)
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue30844>
> _______________________________________
>
History
Date User Action Args
2017-11-03 13:14:42pklankesetrecipients: + pklanke, pitrou, vstinner, neologix, yselivanov
2017-11-03 13:14:42pklankelinkissue30844 messages
2017-11-03 13:14:42pklankecreate