]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permiss...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Mar 2020 18:10:10 +0000 (10:10 -0800)
committerGitHub <noreply@github.com>
Sat, 7 Mar 2020 18:10:10 +0000 (10:10 -0800)
commitcca0b31fb8ed7d25ede68f314d4a85bb07d6ca6f
tree0f01969e501e53b67054be735bdd3c99b021f786
parent65b031090161331470827ec809732008b15030d5
bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815)

Co-authored-by: Matt Wozniski <mwozniski@bloomberg.net>
(cherry picked from commit eb7560a73d46800e4ade4a8869139b48e6c92811)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Core and Builtins/2020-03-06-21-04-39.bpo-38894.nfcGKv.rst [new file with mode: 0644]