Skip to content

Commit 020e67e

Browse files
JoachimCoenenTobiasRzepka
authored andcommitted
fix: Reduce number of created inotify instances gorakhargosh#275 (gorakhargosh#1099)
* re: gorakhargosh#275 reduced number of created inotify instances - first draft * re: gorakhargosh#275 fixed race conditions from inotify * re: gorakhargosh#275 fixed test_inotify_c.py * re: gorakhargosh#275 fixed test_inotify_buffer.py * re: gorakhargosh#275 renamed test_inotify_buffer.py to test_inotify_watch.py * re: gorakhargosh#275 ignore error when removing a watch that doesn't exist anymore * re: gorakhargosh#275 fixed some docstrings * re: gorakhargosh#275 renamed InotifyBuffer to InotifyMoveEventGrouper * re: gorakhargosh#275 renamed InotifyWatch to InotifyWatchGroup * re: gorakhargosh#275 added clarifying comments * re: gorakhargosh#275 added test case for independence of InotifyWatchGroups * re: gorakhargosh#275 renamed test_inotify_watch_grouper.py to test_inotify_watch_group.py * re: gorakhargosh#275 removed superfluous todos * re: gorakhargosh#275 fixed too early import in test * re: gorakhargosh#275 fixed python 3.9 compatibility * re: gorakhargosh#275 fixed python 3.9 compatibility * re: gorakhargosh#275 fixed linter issues
1 parent 9b69388 commit 020e67e

File tree

8 files changed

+1102
-731
lines changed

8 files changed

+1102
-731
lines changed

src/watchdog/observers/inotify.py

Lines changed: 360 additions & 64 deletions
Large diffs are not rendered by default.

src/watchdog/observers/inotify_buffer.py

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)