cpython/Lib/pathlib
Barney Gale 5002f17794
GH-119518: Stop interning strings in pathlib GH-123356)
Remove `sys.intern(str(x))` calls when normalizing a path in pathlib. This
speeds up `str(Path('foo/bar'))` by about 10%.
2024-09-02 18:14:09 +02:00
..
__init__.py GH-73991: Rework pathlib.Path.copytree() into copy() (#122369) 2024-08-11 22:43:18 +01:00
_abc.py GH-73991: Prune pathlib.Path.copy() and copy_into() arguments (#123337) 2024-08-26 17:05:34 +01:00
_local.py GH-119518: Stop interning strings in pathlib GH-123356) 2024-09-02 18:14:09 +02:00
_os.py GH-122890: Fix low-level error handling in pathlib.Path.copy() (#122897) 2024-08-24 15:11:39 +01:00