Commit 020e67e
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 issues1 parent 9b69388 commit 020e67e
File tree
8 files changed
+1102
-731
lines changed- src/watchdog
- observers
- utils
- tests
8 files changed
+1102
-731
lines changedLarge diffs are not rendered by default.
This file was deleted.
0 commit comments