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 dugres
Recipients dugres
Date 2013-08-05.08:47:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375692451.71.0.0379690285011.issue18660@psf.upfronthosting.co.za>
In-reply-to
Content
A call to os.read that used to work on older Linux kernel, doesn't anymore with newer Linux kernel.
As a workaroud we can use libc.read (ctypes) instead of os.read.
But I feel like os.read should work, as it used to.

The code (and comments) can be seen here : http://code.activestate.com/recipes/576375-low-level-inotify-wrapper/
History
Date User Action Args
2013-08-05 08:47:31dugressetrecipients: + dugres
2013-08-05 08:47:31dugressetmessageid: <1375692451.71.0.0379690285011.issue18660@psf.upfronthosting.co.za>
2013-08-05 08:47:31dugreslinkissue18660 messages
2013-08-05 08:47:31dugrescreate