diff options
author | Russell Keith-Magee <russell@keith-magee.com> | 2025-01-07 05:12:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 05:12:58 (GMT) |
commit | e837a1f71e832ce8f551a6fac05e346f654457e0 (patch) | |
tree | b06ad118cbba5dd4ef33f128b315c4dd01956b6d /Misc | |
parent | 24b147a19b360c49cb1740aa46211d342aaa071f (diff) | |
download | cpython-e837a1f71e832ce8f551a6fac05e346f654457e0.zip cpython-e837a1f71e832ce8f551a6fac05e346f654457e0.tar.gz cpython-e837a1f71e832ce8f551a6fac05e346f654457e0.tar.bz2 |
gh-128146: Exclude os/log.h import on older macOS versions. (#128165)
Reworks the handling of Apple system log handling to account for older macOS
versions that don't provide os-log.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2024-12-22-08-54-30.gh-issue-127592.iyuFCC.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2024-12-22-08-54-30.gh-issue-127592.iyuFCC.rst b/Misc/NEWS.d/next/macOS/2024-12-22-08-54-30.gh-issue-127592.iyuFCC.rst new file mode 100644 index 0000000..dfe6592 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2024-12-22-08-54-30.gh-issue-127592.iyuFCC.rst @@ -0,0 +1,2 @@ +Usage of the unified Apple System Log APIs was disabled when the minimum +macOS version is earlier than 10.12. |