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 giampaolo.rodola
Recipients christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, jcea, meador.inge, neologix, pitrou, python-dev, rosslagerwall, sbt, vstinner, yselivanov
Date 2014-03-17.21:17:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395091059.82.0.383414336356.issue18931@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for not being able to rewrite the patch in time for 3.4.
I will provide an updated patch (I need to setup an Open Solaris box first though).
The code for poll(), epoll() and /dev/poll will have many similarities, so I think it makes sense to refactor it and use a base class to avoid code duplication, similarly to what I did in my original patch.
History
Date User Action Args
2014-03-17 21:17:39giampaolo.rodolasetrecipients: + giampaolo.rodola, gvanrossum, jcea, pitrou, vstinner, christian.heimes, meador.inge, neologix, rosslagerwall, python-dev, sbt, felipecruz, yselivanov
2014-03-17 21:17:39giampaolo.rodolasetmessageid: <1395091059.82.0.383414336356.issue18931@psf.upfronthosting.co.za>
2014-03-17 21:17:39giampaolo.rodolalinkissue18931 messages
2014-03-17 21:17:39giampaolo.rodolacreate