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, rosslagerwall
Date 2011-11-09.16:52:11
SpamBayes Score 0.00023232168
Marked as misclassified No
Message-id <1320857532.22.0.442124100339.issue6397@psf.upfronthosting.co.za>
In-reply-to
Content
Is write()ing a devpoll fd a blocking operation in the kernel?
Does it need to have Py_BEGIN_ALLOW_THREADS around it?
The same question applies for open()ing it.

Obviously, the ioctl() call *is* blocking :-)
History
Date User Action Args
2011-11-09 16:52:12rosslagerwallsetrecipients: + rosslagerwall, jcea, exarkun, giampaolo.rodola, neologix
2011-11-09 16:52:12rosslagerwallsetmessageid: <1320857532.22.0.442124100339.issue6397@psf.upfronthosting.co.za>
2011-11-09 16:52:11rosslagerwalllinkissue6397 messages
2011-11-09 16:52:11rosslagerwallcreate