[PATCH 0 of 3] Port of the inotify extension's C module to py3k

Renato Cunha renatoc at gmail.com
Wed Jun 16 20:04:26 CDT 2010


Hi there,

this patch series implements a port of the inotify C module to py3k. In the way
to implement it, I also simplified the define_const function, as the default
conversion from PyString_FromString to PyBytes_FromString would make the
_inotify module un-dir()-able. After running the test suite, things haven't
exploded, and as with the other modules, the behavior in python < 3 should be
unmodified. It wouldn't hurt if actual inotify users tested it, though.



More information about the Mercurial-devel mailing list