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 neologix
Recipients henry.precheur, mark.dickinson, neologix, rpointel, skrah, vstinner
Date 2013-03-03.14:22:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362320530.91.0.837375103433.issue6419@psf.upfronthosting.co.za>
In-reply-to
Content
The test assumes that the input flags (EV_ADD, EV_ENABLE...) will be returned in the output events. It's apparently not the case on OpenBSD and NetBSD (and probably on OS-X neither, because this check is disabled on this platform), and I can't see anything in the kqueue man pages hinting to this behavior (only specific flags will be set on output, like EV_ERROR). Knowing which flag was specified is not really useful actually.

The patch attached just removes this check (we keep checking the file descriptors and filter, of course).
History
Date User Action Args
2013-03-03 14:22:10neologixsetrecipients: + neologix, mark.dickinson, vstinner, henry.precheur, skrah, rpointel
2013-03-03 14:22:10neologixsetmessageid: <1362320530.91.0.837375103433.issue6419@psf.upfronthosting.co.za>
2013-03-03 14:22:10neologixlinkissue6419 messages
2013-03-03 14:22:10neologixcreate