cpython/Lib/pathlib
Barney Gale fbe6a0988f
GH-101357: Suppress OSError from pathlib.Path.exists() and is_*() (#118243)
Suppress all `OSError` exceptions from `pathlib.Path.exists()` and `is_*()`
rather than a selection of more common errors as we do presently. Also
adjust the implementations to call `os.path.exists()` etc, which are much
faster on Windows thanks to GH-101196.
2024-05-14 17:53:15 +00:00
..
__init__.py Move pathlib implementation out of __init__.py (#118582) 2024-05-05 20:57:19 +01:00
_abc.py GH-101357: Suppress OSError from pathlib.Path.exists() and is_*() (#118243) 2024-05-14 17:53:15 +00:00
_local.py GH-101357: Suppress OSError from pathlib.Path.exists() and is_*() (#118243) 2024-05-14 17:53:15 +00:00