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 rosslagerwall
Recipients exarkun, giampaolo.rodola, jcea, neologix, pitrou, rosslagerwall
Date 2011-11-09.19:46:59
SpamBayes Score 1.5460902e-05
Marked as misclassified No
Message-id <1320868020.18.0.682296818506.issue6397@psf.upfronthosting.co.za>
In-reply-to
Content
That was thorough :-) Seems OK though.

+    if (n < size) {
+        PyErr_SetString(PyExc_IOError, "failed to write all pollfds. "
+                "Please, report in http://bugs.python.org/");

If n < size, it's not a Python error is it? I would say it's the OS's fault.

Otherwise, it looks good... although I don't have currently access to a Solaris box to test it.
History
Date User Action Args
2011-11-09 19:47:00rosslagerwallsetrecipients: + rosslagerwall, jcea, exarkun, pitrou, giampaolo.rodola, neologix
2011-11-09 19:47:00rosslagerwallsetmessageid: <1320868020.18.0.682296818506.issue6397@psf.upfronthosting.co.za>
2011-11-09 19:46:59rosslagerwalllinkissue6397 messages
2011-11-09 19:46:59rosslagerwallcreate