Is closing file descriptor and removing inotify watch really necessary?
- by hell.orts.ru
With python inotifyx, do I have to remove watch and close opened system file descriptor if I need them until program exit? E.g. is there some possible problems if I create one (file descriptor + watch) with each run and don't close it?