[WIP/RFC] pathlib: revisit error handling by blueyed · Pull Request #23025 · python/cpython

added 2 commits

October 29, 2020 12:57
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?