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 ronaldoussoren
Recipients bbangert, loewis, ronaldoussoren
Date 2009-03-04.22:54:16
SpamBayes Score 1.1067969e-05
Marked as misclassified No
Message-id <1236207258.7.0.0394891889326.issue5154@psf.upfronthosting.co.za>
In-reply-to
Content
poll(3) doesn't work for all types of filedescriptors on OSX.

Specifically:

  BUGS
     The poll() system call currently does not support devices.


(That's from the manpage of poll). This is why Apple doesn't expose 
select.poll in their build of Python.

I haven't used select.poll myself and therefore don't know if the issues 
with the poll system call are serious enough to warrant hiding 
select.poll on OSX.
History
Date User Action Args
2009-03-04 22:54:19ronaldoussorensetrecipients: + ronaldoussoren, loewis, bbangert
2009-03-04 22:54:18ronaldoussorensetmessageid: <1236207258.7.0.0394891889326.issue5154@psf.upfronthosting.co.za>
2009-03-04 22:54:16ronaldoussorenlinkissue5154 messages
2009-03-04 22:54:16ronaldoussorencreate