]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 22 Jun 2025 20:12:57 +0000 (22:12 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Jun 2025 20:12:57 +0000 (20:12 +0000)
commit10f9db9b35912cddc0a19f6c602d106584738ccf
tree64a368ba027c9bf1fd18c61070da38539a6ceba9
parent73e2089ed135d38ec814e8a8ce348bf3db0607f6
[3.14] gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816) (#135825)

gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816)
(cherry picked from commit b57b619e34cdfc87b47943c988b0b4d69f8f1fe4)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/netrc.rst
Lib/netrc.py
Lib/test/test_netrc.py
Misc/NEWS.d/next/Library/2025-06-22-16-23-44.gh-issue-135815.0DandH.rst [new file with mode: 0644]