Changes between Initial Version and Version 1 of Ticket #1432, comment 7


Ignore:
Timestamp:
2012-11-16T00:31:36Z (12 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1432, comment 7

    initial v1  
    1 watchdog uses a C [https://github.com/gorakhargosh/watchdog/blob/master/src/watchdog_fsevents.c extension module] to access the fsevents API on OS X. I would strongly prefer to use ctypes for this and not add any more native code dependencies.
     1watchdog uses a C [https://github.com/gorakhargosh/watchdog/blob/master/src/watchdog_fsevents.c extension module] to access the fsevents API on OS X. I would strongly prefer to use ctypes for this (if needed, i.e. if we don't use kqueue instead) and not add any more native code dependencies.