]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126925: Make PyConfig.use_system_logger read-only (#129124)
authorVictor Stinner <vstinner@python.org>
Tue, 21 Jan 2025 11:02:38 +0000 (12:02 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 11:02:38 +0000 (12:02 +0100)
commit01de4af3e18992d3aad12dbe5d23dbb19602609d
tree887258d109197a8d8174eb1ee1bd01623fe228c2
parent80189ff6475d8ab667de1199e659d5070f457ab9
gh-126925: Make PyConfig.use_system_logger read-only (#129124)

The variable is only used once during early Python initialization, it
doesn't make sense to modify it at runtime.
Python/initconfig.c