[Pythonmac-SIG] ctypes and gestalt

Bill Janssen janssen at parc.com
Tue Sep 25 19:32:58 CEST 2007


> 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


More information about the Pythonmac-SIG mailing list