[New-bugs-announce] [issue18660] os.read behavior on Linux
Louis RIVIERE
report at bugs.python.org
Mon Aug 5 10:47:31 CEST 2013
New submission from Louis RIVIERE:
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/
----------
components: IO
messages: 194461
nosy: dugres
priority: normal
severity: normal
status: open
title: os.read behavior on Linux
type: behavior
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18660>
_______________________________________
More information about the New-bugs-announce
mailing list