seb-m / pyinotify

Monitoring filesystems events with inotify on Linux.
http://github.com/seb-m/pyinotify/wiki
MIT License
2.29k stars 379 forks source link

FIX: Python segfaults on alphine linux when call read_event #131 #174

Open akhoronko opened 5 years ago

akhoronko commented 5 years ago

I've got segfault on Alpine linux with python 2.7 that caused by ioctl syscall calling (https://bugs.alpinelinux.org/issues/5981). Starting from python 2.5 mutate_flag is True by default, so explicit passing can be removed.