cpython/Lib/pathlib
Barney Gale b3dba18eab
GH-113528: Speed up pathlib ABC tests. (#113788)
- Add `__slots__` to dummy path classes.
- Return namedtuple rather than `os.stat_result` from `DummyPath.stat()`.
- Reduce maximum symlink count in `DummyPathWithSymlinks.resolve()`.
2024-01-08 19:31:52 +00:00
..
__init__.py GH-113528: Deoptimise pathlib._abc.PurePathBase.relative_to() (#113529) 2024-01-06 21:37:38 +00:00
_abc.py GH-113528: Speed up pathlib ABC tests. (#113788) 2024-01-08 19:31:52 +00:00