-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Open
Labels
OS-macbuildThe build process and cross-buildThe build process and cross-buildtopic-JITtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
The code uses clock_gettime
which was added in macOS 10.12, and also MAP_ANONYMOUS
which is sometimes spelled MAP_ANON
. I was initially going to suggest just disabling this feature on the older systems, but actually fixing it for all x86 Macs turned out to be fairly simple, so I'll be opening a PR that does that shortly.
CPython versions tested on:
3.15
Operating systems tested on:
macOS
Linked PRs
Metadata
Metadata
Assignees
Labels
OS-macbuildThe build process and cross-buildThe build process and cross-buildtopic-JITtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error