bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions by pablogsal · Pull Request #18815 · python/cpython

@pablogsal @godlygeek

…fficient permissions

Co-authored-by: Matt Wozniski <mwozniski@bloomberg.net>

pitrou

@pablogsal

…nd insufficient permissions

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 7, 2020
…fficient permissions (pythonGH-18815)

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

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 7, 2020
…fficient permissions (pythonGH-18815)

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

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>

miss-islington added a commit that referenced this pull request

Mar 7, 2020
…fficient permissions (GH-18815)

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

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>

miss-islington added a commit that referenced this pull request

Mar 7, 2020
…fficient permissions (GH-18815)

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

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>

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

Oct 29, 2020
Refs:

- bpo-24120 (python@6c2d33a258bb)
  uses to broad try/catch for PermissionError, which led to bpo-38894 in
  the first place
- bpo-38894 (python#18815)
  fixed handling only for `_WildcardSelector`
  TODO: tests for others?