| 2024-04-19 12:36:33 |
Takashi Kajinami |
description |
While looking into https://bugs.launchpad.net/masakari/+bug/1740111 , I noticed that pyinotify[1] hasn't been updated for 9 years. It was discussed that inotify may be a replacement, but it hasn't been maintained for 4 years so is no longer valid.
[1] https://github.com/seb-m/pyinotify
[2] https://github.com/dsoprea/PyInotify
What is worse, pyinotify uses asyncio which has been removed from Python 3.12. |
While looking into https://bugs.launchpad.net/masakari/+bug/1740111 , I noticed that pyinotify[1] hasn't been updated for 9 years. It was discussed that inotify may be a replacement, but it hasn't been maintained for 4 years so is no longer valid.
[1] https://github.com/seb-m/pyinotify
[2] https://github.com/dsoprea/PyInotify
What is worse, pyinotify uses asyncore which has been removed from Python 3.12. |
|