osvenskan / posix_ipc

Other
135 stars 24 forks source link

SEM_FAILED now defined correctly on Mac OS #16

Closed osvenskan closed 5 years ago

osvenskan commented 5 years ago

Per this comment (https://github.com/python/cpython/pull/11664/files#r253295800), Mac OS is now distributing a header file with a correct definition of SEM_FAILED, so the redefinition dance in posix_ipc_module.c can be removed.

osvenskan commented 5 years ago

This was fixed in 55799128eef2f4b556d82a9ab1584b16484dcd06 and is part of v1.0.4.