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 Federico.Schwindt, neologix, nicm, rpointel, vstinner
Date 2011-06-13.13:14:56
SpamBayes Score 0.020096136
Marked as misclassified No
Message-id <1307970897.1.0.802097753063.issue12181@psf.upfronthosting.co.za>
In-reply-to
Content
> If there are only two versions of the structure on all operating
> systems, we can add a check in configure

Isn't it a bit overkill?
OpenBSD is the only OS to define struct kevent that way, adding a 
#ifdef __OpenBSD__

check would probably be enough, no?
History
Date User Action Args
2011-06-13 13:14:57neologixsetrecipients: + neologix, vstinner, nicm, rpointel, Federico.Schwindt
2011-06-13 13:14:57neologixsetmessageid: <1307970897.1.0.802097753063.issue12181@psf.upfronthosting.co.za>
2011-06-13 13:14:56neologixlinkissue12181 messages
2011-06-13 13:14:56neologixcreate