]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable on iOS...
authorRussell Keith-Magee <russell@keith-magee.com>
Thu, 13 Mar 2025 06:28:49 +0000 (14:28 +0800)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 06:28:49 +0000 (14:28 +0800)
commitdd6d24e9d20407ea31a3bb653eab252ee0d41ffa
tree39ce0a05d6f3b6f11d618a30790b39534dd9b5da
parentf7ac656c8ea9738bd430bfaa43b6c65fd9d9ad11
gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable on iOS (#131172)

Modify default behavior of use_system_log to enable on iOS.
Doc/c-api/init_config.rst
Doc/using/ios.rst
Misc/NEWS.d/next/Library/2025-03-13-07-06-22.gh-issue-130940.i5cUI5.rst [new file with mode: 0644]
Python/initconfig.c