485fa1c558566c08d2ec8c4946fa053b5b1509a2
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.
Description
The *linuxapi* package provides Python bindings (using ctypes) for Linux-specific APIs, including inotify, getifaddrs, and unshare.
Languages
Python
99.8%
Makefile
0.2%