]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150644: Tag Apple system log messages as public. (#150645)
authorRussell Keith-Magee <russell@keith-magee.com>
Mon, 1 Jun 2026 22:25:46 +0000 (06:25 +0800)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 22:25:46 +0000 (06:25 +0800)
commit71fc4c66d3e675a5481b6b76e6c707c9b6f1e0e0
tree9110d517080fac452525b844ae56274ba1ec47d1
parentce073ec4ccce359b87e95187a0f9e95335330c31
gh-150644: Tag Apple system log messages as public. (#150645)

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.
Misc/NEWS.d/next/macOS/2026-05-31-10-40-00.gh-issue-150644.zLWyjj.rst [new file with mode: 0644]
Python/pylifecycle.c