◐ Shell
clean mode source ↗

gh-139633: Run `netrc` file permission check only once per parse by cmaloney · Pull Request #139634 · python/cpython

Change the `.netrc` security check to be run once per parse of the
default file rather than once per line inside the file.

@bedevere-app Bot mentioned this pull request

Oct 5, 2025

serhiy-storchaka

maurycy added a commit to maurycy/cpython that referenced this pull request

Mar 31, 2026

clin1234 pushed a commit to clin1234/cpython that referenced this pull request

Apr 16, 2026
…ythonGH-139634)

Change the `.netrc` security check to be run once per parse of the
default file rather than once per line inside the file.

ljfp pushed a commit to ljfp/cpython that referenced this pull request

Apr 25, 2026
…ythonGH-139634)

Change the `.netrc` security check to be run once per parse of the
default file rather than once per line inside the file.