Bug report
Bug description:
The recent commit 2041a95 has broken the build of Python for a number of macOS versions, since <os/log.h> is not guaranteed to exist, but has been included unconditionally.
Python/pylifecycle.c:50:12: fatal error: os/log.h: No such file or directory
50 | # include <os/log.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [Python/pylifecycle.o] Error 1
make: *** Waiting for unfinished jobs....
@freakboy3742 Could you please take a look at this?
CPython versions tested on:
3.14
Operating systems tested on:
macOS
Linked PRs
Reactions are currently unavailable
Bug report
Bug description:
The recent commit 2041a95 has broken the build of Python for a number of macOS versions, since <os/log.h> is not guaranteed to exist, but has been included unconditionally.
Python/pylifecycle.c:50:12: fatal error: os/log.h: No such file or directory 50 | # include <os/log.h> | ^~~~~~~~~~ compilation terminated. make: *** [Python/pylifecycle.o] Error 1 make: *** Waiting for unfinished jobs....@freakboy3742 Could you please take a look at this?
CPython versions tested on:
3.14
Operating systems tested on:
macOS
Linked PRs