cpython/Lib/pathlib
Sam Gross d9b4eef71e
gh-139001: Fix thread-safety issue in pathlib.Path (gh-139066)
Don't cache the joined path in `_raw_path` because the caching isn't thread safe.
2025-10-10 17:20:18 -04:00
..
__init__.py gh-139001: Fix thread-safety issue in pathlib.Path (gh-139066) 2025-10-10 17:20:18 -04:00
_os.py GH-139174: Prepare pathlib.Path.info for new methods (#139175) 2025-09-24 01:52:24 +00:00
types.py pathlib ABCs: restore relative_to() and is_relative_to() (#138853) 2025-10-10 19:08:55 +01:00