cpython/Lib/test/test_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
test_pathlib.py GH-119518: Stop interning strings in pathlib GH-123356) 2024-09-02 18:14:09 +02:00
test_pathlib_abc.py GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337) 2024-08-26 17:05:34 +01:00