bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions by pablogsal · Pull Request #18815 · python/cpython
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, 2020miss-islington added a commit that referenced this pull request
Mar 7, 2020blueyed added a commit to blueyed/cpython that referenced this pull request
Oct 29, 2020Refs: - 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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters