]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:20 +0000 (22:12 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Jun 2025 20:12:20 +0000 (20:12 +0000)
commit6e0ad71a29555f40f3bc7ff4819c727f5adf075a
tree815bb052cac984efc030493f6597a96dccd2f01e
parent4eab9da960d6944546baa76e3eed56b809ea8ec0
[3.13] gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816) (#135826)

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]