The *linuxapi* package provides Python bindings (using ctypes) for Linux-specific APIs, including inotify, getifaddrs, and unshare.
 
 
Go to file
Dustin C. Hatch 485fa1c558 inotify: Correctly parse multiple structs at once
When multiple events arrive together, the `Inotify.read()` method parsed
them incorrectly and emitted the same `Event` for each one. This commit
corrects this behavior by appropriately parsing each struct.
2016-09-24 15:41:03 -05:00
doc Initial commit 2016-09-17 09:41:43 -05:00
src/linuxapi inotify: Correctly parse multiple structs at once 2016-09-24 15:41:03 -05:00
.gitignore Add RPM spec and fmpkg specification 2016-09-23 10:24:18 -05:00
Makefile Add RPM spec and fmpkg specification 2016-09-23 10:24:18 -05:00
fmpkg.ini Add RPM spec and fmpkg specification 2016-09-23 10:24:18 -05:00
python-linuxapi.spec Begin version 1.0.1 development 2016-09-24 15:40:17 -05:00
setup.py Begin version 1.0.1 development 2016-09-24 15:40:17 -05:00