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 therve
Recipients christian.heimes, therve
Date 2007-12-21.16:28:58
SpamBayes Score 0.2022451
Marked as misclassified No
Message-id <1198254539.74.0.836737247409.issue1657@psf.upfronthosting.co.za>
In-reply-to
Content
I attached a patch with a more complete test of kqueue. It's not that
great, but it's a thing. I've only tested on OS X, but it works.

Regarding the ability of building an epoll object from a fd, it might be
usefull in some corner cases, but that's not a priority.

exarkun looked at the patch and told me that there may be some
threadsafety issues: for example, when calling epoll_wait, you use
self->evs unprotected. It's not very important, but you may want to tell
it in the documentation.

As you started the rich comparison for kevent objects, it may be
interesting to have full comparison (to sort list of events). It's not a
high priority though.

That's all for now!
History
Date User Action Args
2007-12-21 16:29:00thervesetspambayes_score: 0.202245 -> 0.2022451
recipients: + therve, christian.heimes
2007-12-21 16:28:59thervesetspambayes_score: 0.202245 -> 0.202245
messageid: <1198254539.74.0.836737247409.issue1657@psf.upfronthosting.co.za>
2007-12-21 16:28:59thervelinkissue1657 messages
2007-12-21 16:28:58thervecreate