]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-150644: Tag Apple system log messages as public. (GH-150645) (#150740)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jun 2026 22:48:28 +0000 (00:48 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 22:48:28 +0000 (22:48 +0000)
commit3eab77f28f26bc62433248a518e740864e53fa3c
tree364a5996ab3fbb43facd11a20f522c23d7ebc209
parent542e01c526ead77e9bd8c2ab5ae0d7b46883f3bc
[3.13] gh-150644: Tag Apple system log messages as public. (GH-150645) (#150740)

macOS 26 changed the default visibility of "dynamic" system messages. This
changes the logging strategy to tag all messages as "public" so they are
visible in the system log without special configuration.
(cherry picked from commit 71fc4c66d3e675a5481b6b76e6c707c9b6f1e0e0)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Misc/NEWS.d/next/macOS/2026-05-31-10-40-00.gh-issue-150644.zLWyjj.rst [new file with mode: 0644]
Python/pylifecycle.c