Closed osvenskan closed 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.
SEM_FAILED
posix_ipc_module.c
This was fixed in 55799128eef2f4b556d82a9ab1584b16484dcd06 and is part of v1.0.4.
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 inposix_ipc_module.c
can be removed.