> Looks find to me. I say check it in and let people (or buildbots) complain
> if something breaks.
Actually, it's broken. Should be
if int(platform.release().split('.')[0]) < 8:
DEFAULT_MODE = RTLD_GLOBAL
We're looking at the version of Darwin, not OS X.
Bill